From e4d2dc8f43c4494f0f7d6abd1571ee5ef5f82b64 Mon Sep 17 00:00:00 2001 From: Haacked Date: Tue, 19 Nov 2013 09:05:41 -0800 Subject: [PATCH] reduce spacing between description and details --- css/application.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/css/application.css b/css/application.css index 807fc8b..95b568b 100644 --- a/css/application.css +++ b/css/application.css @@ -19,7 +19,7 @@ time, mark, audio, video { vertical-align: baseline; } -html { +html { line-height: 1; } @@ -240,8 +240,9 @@ strong { } .license-details { - float: right; + float: left; width: 55%; + padding-left: 20px; } .license-variations {