Merge branch 'wip-MDL-40321_M25' of git://github.com/gjb2048/moodle into MOODLE_25_STABLE

This commit is contained in:
Damyon Wiese
2013-08-27 10:08:19 +08:00
3 changed files with 12 additions and 1 deletions
+3
View File
@@ -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