Merge branch 'wip-MDL-40321_M25' of git://github.com/gjb2048/moodle into MOODLE_25_STABLE
This commit is contained in:
@@ -31,6 +31,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