MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: table.infobox { float: right; } tr.infobox-title { background-color: aaaacc; }") |
No edit summary |
||
| Line 8: | Line 8: | ||
tr.infobox-title | tr.infobox-title | ||
{ | { | ||
background-color: aaaacc; | background-color: #aaaacc; | ||
} | } | ||
Revision as of 02:27, May 25, 2015
/* CSS placed here will be applied to all skins */
table.infobox
{
float: right;
}
tr.infobox-title
{
background-color: #aaaacc;
}