Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: .portlet .pBody {font-family:"OpenSans",sans-serif !important;}") |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
| − | + | div#p-navigation li a { | |
| + | font-family:"OpenSans",sans-serif !important; | ||
| + | } | ||
| + | |||
| + | dd { | ||
| + | font-size: 14px; | ||
| + | } | ||
Latest revision as of 12:21, 28 November 2014
/* CSS placed here will be applied to all skins */
div#p-navigation li a {
font-family:"OpenSans",sans-serif !important;
}
dd {
font-size: 14px;
}