Template:Infobox/styles.css: Difference between revisions

No edit summary
No edit summary
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
.infobox {
.infobox {
width: 100%;
width: 22em;
margin: 0.5em 0 0.5em 1em;
margin: 0.5em 0 0.5em 1em;
padding: 0.2em;
padding: 0.2em;
Line 11: Line 11:
border-spacing: 3px;
border-spacing: 3px;
background-color: whitesmoke;
background-color: whitesmoke;
color: black;


float: right;
float: right;
Line 22: Line 21:
float: none;
float: none;
margin: 0 0 1em;
margin: 0 0 1em;
        width: 27em;
}
}
}
}