MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
{ | { | ||
float: right; | float: right; | ||
background-color: # | background-color: #ddddff; | ||
} | } | ||
tr.infobox-title | tr.infobox-title | ||
{ | { | ||
background-color: # | background-color: #bbbbdd; | ||
} | } |
Revision as of 02:30, May 25, 2015
/* CSS placed here will be applied to all skins */ table.infobox { float: right; background-color: #ddddff; } tr.infobox-title { background-color: #bbbbdd; }