MediaWiki:Vector.css: Difference between revisions

fixing bottom border, that's really not what you'd think it is; centering text vertically, hopefully this doesn't hurt multi-line diff text blocks
(do I want *more* bottom border?)
(fixing bottom border, that's really not what you'd think it is; centering text vertically, hopefully this doesn't hurt multi-line diff text blocks)
Line 33: Line 33:
{
{
font-size: 100%;
font-size: 100%;
vertical-align: top;
vertical-align: center;
white-space: -moz-pre-wrap;
white-space: -moz-pre-wrap;
white-space: pre-wrap;
white-space: pre-wrap;
Line 42: Line 42:
{
{
border-style: solid;
border-style: solid;
border-width: 1px 1px 1px 8px;
border-width: 1px 1px 1px 4px;
border-radius: 0.33em;
border-radius: 0.33em;
}
}