Difference between revisions of "MediaWiki:Common.css"
From HodHood
(Created page with "→CSS placed here will be applied to all skins: .category-tree { background: #f9f9f9; border: 1px solid #aaa; float: right; margin: 0 0 0 1em; padding: 1em; }") |
|||
| Line 5: | Line 5: | ||
border: 1px solid #aaa; | border: 1px solid #aaa; | ||
float: right; | float: right; | ||
| − | margin: 0 0 | + | margin: 0 0 1em 1em; |
padding: 1em; | padding: 1em; | ||
} | } | ||
Revision as of 22:19, 25 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;
}