Hygiene: Minor styling improvements

* Using nesting in LESS allows you to easily identify in large stylesheets
what to remove/update when changing a component class/removing it entirely

Change-Id: I9190e16c5db9ba0bd6357f8685268af5e1cb93fe
This commit is contained in:
jdlrobson 2015-10-26 17:10:28 -07:00 committed by Jdlrobson
parent 21db191b34
commit 302ddedf21

View file

@ -3,17 +3,16 @@
.ra-read-more {
margin-top: 35px;
margin-bottom: 70px;
}
.ra-read-more h2 {
font-size: 1em;
font-weight: bold;
color: @colorGray6;
h2 {
font-size: 1em;
font-weight: bold;
color: @colorGray6;
padding-left: 0.5em;
padding-bottom: 0.5em;
}
padding-left: 0.5em;
padding-bottom: 0.5em;
}
.ra-read-more .page-list {
border-top: 1px solid @colorGray14;
.page-list {
border-top: 1px solid @colorGray14;
}
}