Merge branch 'wip-MDL-40321_master' of git://github.com/gjb2048/moodle
Conflicts: theme/bootstrapbase/style/moodle.css
This commit is contained in:
@@ -33,6 +33,9 @@
|
||||
// Roll back nameclashes.
|
||||
@import "moodle/undo";
|
||||
|
||||
// Roll back resets.
|
||||
@import "moodle/reset";
|
||||
|
||||
// Extra padding for fixed nav.
|
||||
// Needs to be between bootstrap/bootstrap and
|
||||
// bootstrap/responsive.
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
// Printing
|
||||
// -------------------------
|
||||
|
||||
@media print {
|
||||
a[href]:after {
|
||||
content: "";
|
||||
}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user