Difference between revisions of "MediaWiki:Common.css"
From HodHood
Line 2: | Line 2: | ||
.category-tree { | .category-tree { | ||
+ | background: #f9f9f9; | ||
+ | border: 1px solid #aaa; | ||
+ | float: right; | ||
+ | margin: 0 0 1em 1em; | ||
+ | padding: 1em; | ||
+ | } | ||
+ | |||
+ | .infobox { | ||
background: #f9f9f9; | background: #f9f9f9; | ||
border: 1px solid #aaa; | border: 1px solid #aaa; |
Revision as of 18:07, 27 August 2016
/* CSS placed here will be applied to all skins */ .category-tree { background: #f9f9f9; border: 1px solid #aaa; float: right; margin: 0 0 1em 1em; padding: 1em; } .infobox { background: #f9f9f9; border: 1px solid #aaa; float: right; margin: 0 0 1em 1em; padding: 1em; }