MediaWiki:Common.css
From x164 documentation wiki
(Difference between revisions)
(Created page with "/* CSS placed here will be applied to all skins */ - →Breadcrumb code: .breadcrumb { list-style: none; overflow: hidden; font: 16px Helvetica, Arial, sans-serif; }") |
|||
Line 5: | Line 5: | ||
list-style: none; | list-style: none; | ||
overflow: hidden; | overflow: hidden; | ||
− | font: | + | font: 25px Helvetica, Arial, sans-serif; |
} | } |
Revision as of 06:37, 18 September 2012
/* CSS placed here will be applied to all skins */ /*Breadcrumb code*/ .breadcrumb { list-style: none; overflow: hidden; font: 25px Helvetica, Arial, sans-serif; }