Difference between revisions of "MediaWiki:Common.css"
From Rivendom
| Line 8: | Line 8: | ||
div.LoreToStats p{ | div.LoreToStats p{ | ||
| − | + | position: relative; | |
| + | top: 50% | ||
} | } | ||
Revision as of 20:33, 8 June 2015
/* CSS placed here will be applied to all skins */
div.LoreToStats {
height: 30px;
width: 100%;
background-color: #aecef2;
}
div.LoreToStats p{
position: relative;
top: 50%
}