MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/*Float the table of contents right*/ | |||
#toc { float: right }; | #toc { float: right }; | ||
/*Styling for a horizontal list*/ | |||
.hlist dd, .hlist dt, .hlist li {margin: 0; display: inline;}; | .hlist dd, .hlist dt, .hlist li {margin: 0; display: inline;}; | ||
.hlist dd:after, .hlist li:after {content: " · ";font-weight: bold;}; |
Revision as of 10:47, 13 August 2014
/* CSS placed here will be applied to all skins */
/*Float the table of contents right*/
#toc { float: right };
/*Styling for a horizontal list*/
.hlist dd, .hlist dt, .hlist li {margin: 0; display: inline;};
.hlist dd:after, .hlist li:after {content: " · ";font-weight: bold;};