Difference between revisions of "MediaWiki:Common.css"
(Created page with "→CSS placed here will be applied to all skins: table.infobox { float: right; height: auto; width: 260px; text-align: left; border-top: thin solid black; border-bott...") |
Infobroker (talk | contribs) |
||
| Line 5: | Line 5: | ||
float: right; | float: right; | ||
height: auto; | height: auto; | ||
| − | width: | + | width: 370px; |
text-align: left; | text-align: left; | ||
border-top: thin solid black; | border-top: thin solid black; | ||
border-bottom: thin solid black; | border-bottom: thin solid black; | ||
| − | padding: 0. | + | padding: 0.2em 0.4em; |
| − | margin: 0em | + | margin: 0em; |
vertical-align: top; | vertical-align: top; | ||
} | } | ||
Revision as of 11:14, 23 June 2013
/* CSS placed here will be applied to all skins */
table.infobox
{
float: right;
height: auto;
width: 370px;
text-align: left;
border-top: thin solid black;
border-bottom: thin solid black;
padding: 0.2em 0.4em;
margin: 0em;
vertical-align: top;
}