mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RelatedArticles
synced 2024-11-12 09:29:37 +00:00
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:
parent
21db191b34
commit
302ddedf21
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue