MediaWiki:Vector.css: Difference between revisions
MediaWiki interface page
More actions
Fixing up more MW1.44 CSS papercuts (vector-menu-tabs -> vector-menu-tabs-legacy) |
Moving the .mp-container override out of common so it doesn't break other themes |
||
| Line 219: | Line 219: | ||
border-bottom: 0.2em dotted; | border-bottom: 0.2em dotted; | ||
margin-bottom: 5px; | margin-bottom: 5px; | ||
} | |||
.mp-container | |||
{ | |||
background-color: #B3A9A2; | |||
border-radius: 8px; | |||
padding: 8px; | |||
display: inline-block; | |||
font-size: 16px; | |||
} | } | ||