Difference between revisions of "MediaWiki:Common.css"

From mitk.org
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 */
.portlet .pBody {font-family:"OpenSans",sans-serif !important;}
+
div#p-navigation li a {
 +
  font-family:"OpenSans",sans-serif !important;
 +
}
 +
 
 +
dd {
 +
  font-size: 14px;
 +
}

Latest revision as of 13: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;
}