MediaWiki:Citizen.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 180: | Line 180: | ||
> p { | > p { | ||
margin-bottom: 16px; | margin-bottom: 16px; | ||
} | |||
/* Separate homepage lists from the introductory paragraph above them. */ | |||
.skin-citizen .wizlords-mainpage-left > ul, | |||
.skin-citizen .wizlords-mainpage-right > ul, | |||
.skin-citizen .wizlords-mainpage-left > ol, | |||
.skin-citizen .wizlords-mainpage-right > ol, | |||
.skin-citizen .wizlords-mainpage-left > .center > ul, | |||
.skin-citizen .wizlords-mainpage-right > .center > ul, | |||
.skin-citizen .wizlords-mainpage-left > .center > ol, | |||
.skin-citizen .wizlords-mainpage-right > .center > ol { | |||
margin-top: 14px; | |||
} | } | ||
| Line 448: | Line 460: | ||
flex: 0 0 100%; | flex: 0 0 100%; | ||
width: 100%; | width: 100%; | ||
margin: 0 0 | margin: 0 0 16px; | ||
} | } | ||