MediaWiki:Vector.css: Difference between revisions

From Stiles Wiki
Jump to navigation Jump to search
No edit summary
Tag: Replaced
 
(35 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* All CSS here will be loaded for users of the Vector skin */
/* All CSS here will be loaded for users of the Vector skin */
.infobox {
float: right;
clear: right;
border: 1px solid #aaa;
border-collapse: collapse;
border-spacing: 3px;
}
.infobox .mergedtoprow {
border-top: 1px solid #aaa;
}
.infobox .mergedrow {
border: none;
}
.infobox .mergedbottomrow {
border-bottom: 1px solid #aaa;
}

Latest revision as of 19:25, 18 May 2022

/* All CSS here will be loaded for users of the Vector skin */