From 464b401b3d2644ccb9c2fa8b927556f850f78c71 Mon Sep 17 00:00:00 2001 From: Kyle Fiedler Date: Mon, 6 Feb 2012 14:23:09 -0500 Subject: [PATCH] Css compile --- css/application.css | 43 ++++++++++++++++++++++++++++++++++--------- 1 file changed, 34 insertions(+), 9 deletions(-) diff --git a/css/application.css b/css/application.css index 63e8f850ff..11a0bbaa07 100644 --- a/css/application.css +++ b/css/application.css @@ -435,12 +435,14 @@ html { display: block; float: none; } html body div.header-wrapper header hgroup h1 { - float: left; - border: 0; } - html body div.header-wrapper header hgroup h2 { float: right; border: 0; margin-right: 0; + padding-right: 0; } + html body div.header-wrapper header hgroup h2 { + float: left; + border: 0; + margin-right: 0; padding-right: 0; } } html body div.header-wrapper header nav { float: left; @@ -1572,14 +1574,37 @@ section.activation { section.help.main-content { padding: 22.652px; } + section.help.main-content h1 { + margin-top: 0; + margin-bottom: 22.652px; + padding-bottom: 22.652px; + border-bottom: 1px solid #ddd; } section.help.main-content p { max-width: 700px; } - section.help.main-content dl { - margin-bottom: 22.652px; } - section.help.main-content dl dd, section.help.main-content dl dt { - margin-bottom: 11.326px; } - section.help.main-content dl dt { - font-weight: bold; } + section.help.main-content h2 { + margin-top: 0; } + section.help.main-content section.self-help { + margin-bottom: 22.652px; + margin-right: 2.024%; + float: left; + width: 48.988%; } + section.help.main-content section.self-help ul { + margin-left: 4.132%; } + section.help.main-content section.self-help ul li { + margin-bottom: 11.326px; } + section.help.main-content section.help-email { + float: left; + width: 48.988%; } + section.help.main-content section.help-email dl { + margin-bottom: 22.652px; + display: block; } + section.help.main-content section.help-email dl dd { + margin-bottom: 22.652px; } + section.help.main-content section.help-email dl dt { + font-weight: bold; + float: left; + clear: left; + width: 30.579%; } .badges a { color: #763333;