bootstrapoverride.less 332 B

123456789101112131415161718192021
  1. /**
  2. * bootstrapoverride.less
  3. *
  4. * This file is meant to contain rules which specifically override
  5. * rules defined in Bootstrap.
  6. */
  7. // Printing.
  8. @media print {
  9. a[href]:after {
  10. content: "";
  11. }
  12. }
  13. @icon-font-path: "[[font:theme|";
  14. .moodleSkin .mceIcon img.mceIcon {
  15. display: block;
  16. height: auto;
  17. width: auto;
  18. }