MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: div.section { float: left; width: 30%; padding-left:15px; min-height: 175px; }") |
No edit summary |
||
| (13 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
float: left; | float: left; | ||
width: 30%; | width: 30%; | ||
padding-left:15px; | padding-left: 15px; | ||
min-height: | min-height: 360px; | ||
} | } | ||
Latest revision as of 17:33, 12 January 2016
/* CSS placed here will be applied to all skins */
div.section {
float: left;
width: 30%;
padding-left: 15px;
min-height: 360px;
}