mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RelatedArticles
synced 2024-11-28 10:10:35 +00:00
627c254157
Fixed the following rules: string-quotes declaration-property-value-blacklist number-leading-zero Change-Id: I7c8021070b69cd60ac010e90b3bc13a033d695e2
14 lines
224 B
Plaintext
14 lines
224 B
Plaintext
@import 'mediawiki.ui/variables';
|
|
|
|
.ra-read-more {
|
|
h2 {
|
|
border-bottom: 0;
|
|
font-size: 0.8em;
|
|
font-weight: normal;
|
|
color: @colorGray9;
|
|
padding-bottom: 0.5em;
|
|
text-transform: uppercase;
|
|
letter-spacing: 1px;
|
|
}
|
|
}
|