MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
} | } | ||
.infobox .mergedrow { | .infobox .mergedrow { | ||
border: | border: none; | ||
} | } | ||
.infobox .mergedbottomrow { | .infobox .mergedbottomrow { | ||
border-bottom: 1px solid #aaa; | border-bottom: 1px solid #aaa; | ||
} | } |
Revision as of 16:32, 22 March 2021
/* All CSS here will be loaded for users of the Vector skin */
.infobox {
float: right;
clear: right;
border: 1px solid #aaa;
border-collapse: collapse;
}
.infobox .mergedtoprow {
border-top: 1px solid #aaa;
}
.infobox .mergedrow {
border: none;
}
.infobox .mergedbottomrow {
border-bottom: 1px solid #aaa;
}