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