MediaWiki:Common.css
From x164 documentation wiki
(Difference between revisions)
| Line 5: | Line 5: | ||
list-style: none; | list-style: none; | ||
overflow: hidden; | overflow: hidden; | ||
| − | font: | + | font: 50px 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: 50px Helvetica, Arial, sans-serif;
}