Difference between revisions of "MediaWiki:Vector.css"
Jump to navigation
Jump to search
m |
(hide footer junk and reformat the rest into a single line) |
||
Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Vector skin */ | /* CSS placed here will affect users of the Vector skin */ | ||
+ | |||
+ | /* hide footer junk and reformat the rest into a single line */ | ||
+ | ul#footer-icons { display: none; } | ||
+ | ul#footer-places { display: none; } | ||
+ | ul#footer-info { text-align: center; } | ||
+ | ul#footer-info li { display: inline; border-left: 1px solid #888; padding: 0 1.5em; } | ||
+ | ul#footer-info li:first-child { border-left: none; } |
Latest revision as of 16:52, 20 February 2011
/* CSS placed here will affect users of the Vector skin */ /* hide footer junk and reformat the rest into a single line */ ul#footer-icons { display: none; } ul#footer-places { display: none; } ul#footer-info { text-align: center; } ul#footer-info li { display: inline; border-left: 1px solid #888; padding: 0 1.5em; } ul#footer-info li:first-child { border-left: none; }