Template:Info/style.css: Difference between revisions

mNo edit summary
mNo edit summary
 
Line 8: Line 8:
width: 300px;
width: 300px;
margin: .5em 0 .5em 1em;
margin: .5em 0 .5em 1em;
     padding: 5px 4px;
     padding: 4px;
     box-sizing: border-box;
     box-sizing: border-box;
Line 27: Line 27:
}
}


/* all infoboxes use a fixed table layout */
/* all infobox subtables use a fixed table layout */
.info .subtable {
.info .subtable {
table-layout: fixed;
table-layout: fixed;
Line 47: Line 47:
font-weight: bold;
font-weight: bold;
font-size: 1.1em;
font-size: 1.1em;
}
.info .tabs-tabbox > .tabs-container {
padding: 0;
line-height: 0;
}
}