| 123456789101112131415161718192021 |
- /**
- * bootstrapoverride.less
- *
- * This file is meant to contain rules which specifically override
- * rules defined in Bootstrap.
- */
- // Printing.
- @media print {
- a[href]:after {
- content: "";
- }
- }
- @icon-font-path: "[[font:theme|";
- .moodleSkin .mceIcon img.mceIcon {
- display: block;
- height: auto;
- width: auto;
- }
|