From 9532ffc410fe0f3d1535cc2c6201e319cde386a5 Mon Sep 17 00:00:00 2001 From: joshua stein Date: Mon, 25 Feb 2013 20:08:41 -0600 Subject: [PATCH] increase line-height for story texts --- app/assets/stylesheets/application.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index a7d4215..a65e667 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -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;