fixed height of cite

This commit is contained in:
jeena 2013-07-17 17:02:48 +02:00
parent b7b0f44098
commit 3c4f4e43f6

View file

@ -153,6 +153,7 @@ footer #social {
color: white;
font-size: 1em;
padding: 0.5em;
margin: 0;
}
.box h2 a {
@ -160,6 +161,10 @@ footer #social {
color: white;
}
.box img {
vertical-align: middle;
}
.box.cite {
background: #216f85;
color: white;
@ -168,4 +173,6 @@ footer #social {
font-style: italic;
font-weight: bold;
font-size: 1.9em;
height: 281px;
vertical-align: middle;
}