Skip to content

Commit

Permalink
MDL-44032: Atto - move bootstrap changes into overrides file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Damyon Wiese committed Mar 26, 2014
1 parent fe0d247 commit 961c7b1
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
5 changes: 3 additions & 2 deletions theme/bootstrapbase/less/bootstrap/reset.less
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,13 @@ sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sup {
vertical-align: super;
top: -0.5em;
}
sub {
vertical-align: sub;
bottom: -0.25em;
}

// Img border in a's and image quality
Expand Down
10 changes: 9 additions & 1 deletion theme/bootstrapbase/less/moodle/bootstrapoverride.less
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,12 @@ legend {
}
.well {
border-color: @wellBorder;
}
}

// Subscript and superscript - required to prevent bugs in contenteditable divs.
sup {
vertical-align: super;
}
sub {
vertical-align: sub;
}
2 changes: 1 addition & 1 deletion theme/bootstrapbase/style/editor.css

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

0 comments on commit 961c7b1

Please sign in to comment.