increase line-height for story texts

This commit is contained in:
joshua stein 2013-02-25 20:08:41 -06:00
parent 66548e21cf
commit 9532ffc410

View file

@ -533,9 +533,11 @@ div.page_link_buttons a.cur {
div.story_text {
margin-bottom: 1.5em;
max-width: 700px;
line-height: 1.4em;
}
div.story_text p {
margin: 0.75em 0;
line-height: 1.4em;
}
div.story_text img {
max-width: 100%;
@ -872,7 +874,8 @@ table.data tr.void td, table.data tr.void td a {
vertical-align: middle;
}
.box span.d label {
.box span.d label,
.box td label {
display: inline;
float: none;
vertical-align: baseline;