Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
weekly release 4.0dev
[moodle.git]
/
theme
/
boost
/
scss
/
moodle
/
print.scss
1
@media print {
2
// Fix body margin for drawer in print mode.
3
body.drawer-open-left.jsenabled,
4
body.drawer-open-right.jsenabled {
5
margin: 0;
6
}
7
8
// Safari fix see: http://v4-alpha.getbootstrap.com/getting-started/browsers-devices/#printing.
9
.container {
10
width: auto;
11
}
12
}