From f2f851a27d5d2b8a5a1a014163230a1880bc3708 Mon Sep 17 00:00:00 2001 From: Rafal Chmiel Date: Thu, 1 Nov 2012 16:44:30 +0000 Subject: [PATCH] Inconsistent line breaks in base.css --- stylesheets/base.css | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/stylesheets/base.css b/stylesheets/base.css index 9ae0270..02c16b2 100644 --- a/stylesheets/base.css +++ b/stylesheets/base.css @@ -116,9 +116,9 @@ ul.large li { line-height: 21px; } li p { line-height: 21px; } + /* #Images ================================================== */ - img.scale-with-grid { max-width: 100%; height: auto; } @@ -126,7 +126,6 @@ /* #Buttons ================================================== */ - .button, button, input[type="submit"], @@ -208,7 +207,6 @@ /* #Forms ================================================== */ - form { margin-bottom: 20px; } fieldset { @@ -260,10 +258,9 @@ font-size: 13px; color: #444; } + /* #Misc ================================================== */ .remove-bottom { margin-bottom: 0 !important; } .half-bottom { margin-bottom: 10px !important; } - .add-bottom { margin-bottom: 20px !important; } - - + .add-bottom { margin-bottom: 20px !important; } \ No newline at end of file