Difference between revisions of "MediaWiki:Common.css"
From OOModels
Jump to navigationJump to search
| Line 5: | Line 5: | ||
clear: right; | clear: right; | ||
background-color:white; | background-color:white; | ||
margin: 1em 0.5em 1em 1em; | margin: 1em 0.5em 1em 1em; | ||
} | } | ||
table.metabox | table.metabox th { | ||
background-color: #9BCD9B; | background-color: #9BCD9B; | ||
border: solid 1px gray; | border: solid 1px gray; | ||
Revision as of 16:42, 28 May 2008
table.metabox {
border-collapse: collapse;
border: 1px solid gray;
float: right;
clear: right;
background-color:white;
margin: 1em 0.5em 1em 1em;
}
table.metabox th {
background-color: #9BCD9B;
border: solid 1px gray;
text-align: center;
font-weight: bold;
}
table.metabox td {
vertical-align:top;
}