Difference between revisions of "MediaWiki:Common.css"
From Rivendom
| Line 8: | Line 8: | ||
div.LoreToStats p{ | div.LoreToStats p{ | ||
| + | position: relative; | ||
| + | top: -2pt; | ||
| + | left: 3pt; | ||
} | } | ||
Revision as of 20:41, 8 June 2015
/* CSS placed here will be applied to all skins */
div.LoreToStats {
height: 30px;
background-color: rgba(219, 236, 255, 0.9);
border: 1px dashed rgba(195, 194, 255, 0.9);
}
div.LoreToStats p{
position: relative;
top: -2pt;
left: 3pt;
}