Difference between revisions of "MediaWiki:Common.css"

From Lexiconn
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: →‎pomanjšanje fonta: .mw-content-text { font-size: 0.900em; }")
 
Line 2: Line 2:
 
/* pomanjšanje fonta */
 
/* pomanjšanje fonta */
 
.mw-content-text {
 
.mw-content-text {
   font-size: 0.900em;
+
   font-size: 12px;
 
}
 
}

Revision as of 17:10, 24 September 2019

/* CSS placed here will be applied to all skins */
/* pomanjšanje fonta */
.mw-content-text {
  font-size: 12px;
}