MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: #siteSub { display: inline; font-size: 90%; font-weight: normal; font-style: normal; text-align: right; }") |
No edit summary |
||
Line 2: | Line 2: | ||
#siteSub { | #siteSub { | ||
display: inline; | display: inline; | ||
font-size: | font-size: 100%; | ||
font-weight: normal; | font-weight: normal; | ||
font-style: normal; | font-style: normal; | ||
text-align: right; | text-align: right; | ||
} | } |
Revision as of 12:36, 5 March 2013
/* CSS placed here will be applied to all skins */ #siteSub { display: inline; font-size: 100%; font-weight: normal; font-style: normal; text-align: right; }