Skip to content

Commit

Permalink
MDL-40321 theme_bootstrapbase: Combine reset into existing overrides …
Browse files Browse the repository at this point in the history
…file
  • Loading branch information
Damyon Wiese committed Aug 27, 2013
1 parent 37bb910 commit 70512eb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 13 deletions.
3 changes: 0 additions & 3 deletions theme/bootstrapbase/less/moodle.less
Expand Up @@ -33,9 +33,6 @@
// 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.
Expand Down
9 changes: 8 additions & 1 deletion theme/bootstrapbase/less/moodle/bootstrapoverride.less
Expand Up @@ -5,7 +5,7 @@
* rules defined in Bootstrap.
*/

/** Headings **/
// Headings.
h1 { font-size: round(@baseFontSize * 2.30); } // ~32px
h2 { font-size: round(@baseFontSize * 2.00); } // ~28px
h3 { font-size: round(@baseFontSize * 1.70); } // ~24px
Expand All @@ -17,3 +17,10 @@ h1 small { font-size: round(@baseFontSize * 1.70); } // ~24px
h2 small { font-size: round(@baseFontSize * 1.40); } // ~20px
h3 small { font-size: round(@baseFontSize * 1.15); } // ~16px
h4 small { font-size: round(@baseFontSize * 0.85); } // ~12px

// Printing.
@media print {
a[href]:after {
content: "";
}
}
8 changes: 0 additions & 8 deletions theme/bootstrapbase/less/moodle/reset.less

This file was deleted.

2 changes: 1 addition & 1 deletion theme/bootstrapbase/style/moodle.css

Large diffs are not rendered by default.

0 comments on commit 70512eb

Please sign in to comment.