MDL-40321 theme_bootstrapbase: Remove URL's from printed pages.

This commit is contained in:
Gareth J Barnard
2013-08-24 13:04:25 +01:00
parent dd99fdd232
commit 70ff400c16
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