Difference between revisions of "MediaWiki:Common.css"
(Created page with "→CSS placed here will be applied to all skins: #mw-panel .portal .body li { line-height: 1.125em; margin: 0; padding: 0.25em 0; word-wrap: break-word; }") |
|||
Line 2: | Line 2: | ||
#mw-panel .portal .body li { | #mw-panel .portal .body li { | ||
line-height: 1.125em; | line-height: 1.125em; | ||
− | margin: | + | margin: 50; |
padding: 0.25em 0; | padding: 0.25em 0; | ||
word-wrap: break-word; | word-wrap: break-word; | ||
+ | background: yellowgreen; | ||
} | } |
Revision as of 08:49, 26 April 2018
/* CSS placed here will be applied to all skins */
#mw-panel .portal .body li {
line-height: 1.125em;
margin: 50;
padding: 0.25em 0;
word-wrap: break-word;
background: yellowgreen;
}