Skip to content

Commit

Permalink
MDL-56218 theme_boost: Retire .boxalign* and .boxwidth* classes
Browse files Browse the repository at this point in the history
  • Loading branch information
Frédéric Massart committed Sep 30, 2016
1 parent ddd8dc0 commit 1497268
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions theme/boost/scss/moodle/core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -223,33 +223,6 @@ img.activityicon {
vertical-align: middle;
}

.boxaligncenter {
margin-left: auto;
margin-right: auto;
}

.boxalignright {
margin-left: auto;
margin-right: 0;
}

.boxalignleft {
margin-left: 0;
margin-right: auto;
}

.boxwidthnarrow {
width: 30%;
}

.boxwidthnormal {
width: 50%;
}

.boxwidthwide {
width: 80%;
}

.headermain {
font-weight: bold;
}
Expand Down

0 comments on commit 1497268

Please sign in to comment.