Template:Sister Project Header/styles.css
.sisterproject-header ul {
display: table;
box-sizing: border-box;
height: 70px;
border-spacing: 1ex 0;
margin: 0 -1ex -2px;
font-weight: bold;
}
.sisterproject-header li {
display: table-cell;
width: 20%;
border-style: solid;
border-width: 2px;
padding: .5em 2px .2em;
background-color: #fff;
vertical-align: middle;
text-align: center;
}
.sisterproject-header > div {
font-size: 1.3em;
padding: 1em .6em 1.1em;
text-align: center;
}