Template:Infobox officeholder/styles.css: Difference between revisions
Jump to navigation
Jump to search
Created page with ".infobox { width: 250px; float: right; text-align: center; } .infobox th { text-align: center; } .infobox .infobox-above { text-align: center; } .infobox td { text-align: left; }" Tags: Mobile edit Mobile web edit |
No edit summary Tags: Mobile edit Mobile web edit |
||
Line 1: | Line 1: | ||
.infobox { | .infobox.officeholder { | ||
width: 22em; | |||
font-size: 88%; | |||
line-height: 1.4em; | |||
} | } | ||
.infobox th { | .infobox.officeholder th { | ||
background-color: #efefef; | |||
text-align: left; | |||
} | } | ||
.infobox .infobox | .infobox.officeholder td, | ||
.infobox.officeholder th { | |||
padding: 0.3em; | |||
vertical-align: top; | |||
} | } |