Difference between revisions of "MediaWiki:Common.css"
| Line 9: | Line 9: | ||
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; | ||
| + | } | ||
| + | |||
| + | #menu { | ||
| + | text-align: justify; | ||
| + | font-size: 0.1px; /* IE 9/10 fix */ | ||
| + | } | ||
| + | #menu li { | ||
| + | display: inline-block; | ||
| + | } | ||
| + | #menu:after { | ||
| + | content: ''; | ||
| + | width: 100%; /* Ensures justification for single lines */ | ||
| + | display: inline-block; | ||
} | } | ||
Revision as of 16:21, 3 March 2016
/* CSS placed here will be applied to all skins */
#ca-talk {
display: none !important;
}
#menu ul {
list-style-type: none;
margin: 0;
padding: 0;
}
#menu {
text-align: justify;
font-size: 0.1px; /* IE 9/10 fix */
}
#menu li {
display: inline-block;
}
#menu:after {
content: '';
width: 100%; /* Ensures justification for single lines */
display: inline-block;
}