Add some spacing and styling for #contentSub

The font-size is direct copypasta from MonoBook; on MonoBook #contentSub's
color is #54595d whereas here it uses the @grey-dark variable (which is
defined as the hex color #666 in variables.less).

Bug: T173951
Change-Id: Id57a3e2acab1f734b6a8ba65734c9d3d828d9ca7
isekai
Jack Phoenix 7 years ago
parent 847d4a05ee
commit cb04db2039

@ -288,6 +288,18 @@ a.new,
float: right; float: right;
margin: 0.75em 0 0 1em; margin: 0.75em 0 0 1em;
} }
/* Subtitle area
* @see https://phabricator.wikimedia.org/T173951
*/
#contentSub {
font-size: 84%;
color: @grey-dark;
/* This forces "redirect page" (on a redirect page) etc. on a new line */
.subpages {
display: block;
}
}
#mw-content { #mw-content {
h1, h1,
h2, h2,
@ -388,7 +400,7 @@ p {
font-size: 95%; font-size: 95%;
padding: 0.5em 1em; padding: 0.5em 1em;
} }
.thumbinner img{ .thumbinner img {
border: solid 1px @grey-bright; border: solid 1px @grey-bright;
} }
#mw-content li.gallerybox div.thumb { #mw-content li.gallerybox div.thumb {

Loading…
Cancel
Save