MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 10: | Line 10: | ||
{ | { | ||
background-color: #bbbbdd; | background-color: #bbbbdd; | ||
} | |||
tr.infobox-title > th | |||
{ | |||
padding: 5px 10px; | |||
} | } | ||
Revision as of 02:43, 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;
}
tr.infobox-title > th
{
padding: 5px 10px;
}