Commit 464b401b by Kyle Fiedler

Css compile

parent 3f72b162
...@@ -435,12 +435,14 @@ html { ...@@ -435,12 +435,14 @@ html {
display: block; display: block;
float: none; } float: none; }
html body div.header-wrapper header hgroup h1 { html body div.header-wrapper header hgroup h1 {
float: left;
border: 0; }
html body div.header-wrapper header hgroup h2 {
float: right; float: right;
border: 0; border: 0;
margin-right: 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; } } padding-right: 0; } }
html body div.header-wrapper header nav { html body div.header-wrapper header nav {
float: left; float: left;
...@@ -1572,14 +1574,37 @@ section.activation { ...@@ -1572,14 +1574,37 @@ section.activation {
section.help.main-content { section.help.main-content {
padding: 22.652px; } 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 { section.help.main-content p {
max-width: 700px; } max-width: 700px; }
section.help.main-content dl { section.help.main-content h2 {
margin-bottom: 22.652px; } margin-top: 0; }
section.help.main-content dl dd, section.help.main-content dl dt { section.help.main-content section.self-help {
margin-bottom: 11.326px; } margin-bottom: 22.652px;
section.help.main-content dl dt { margin-right: 2.024%;
font-weight: bold; } 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 { .badges a {
color: #763333; color: #763333;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment