Commit e6e43ccb authored by Randall Leeds's avatar Randall Leeds

Start to clean up a lot of extraneous CSS

parent 1f32cfe8
@import 'compass';
$base-font-size: 12px;
$base-line-height: 20px;
@import 'reset';
@import 'common';
......@@ -27,14 +30,6 @@ ol {
padding-left: 3em;
}
#home {
border-top: none;
@include respond-to(tablets desktops) {
padding: 2rem 4rem 4rem;
}
}
.content {
margin-left: auto;
margin-right: auto;
......@@ -45,39 +40,6 @@ ol {
padding-left: 4rem;
padding-right: 4rem;
}
& > header {
@include respond-to(handhelds) {
text-align: center;
}
@include respond-to(wide-handhelds tablets desktops) {
@include pie-clearfix;
text-align: left;
}
margin-bottom: 1em;
hgroup h1 {
margin-bottom: 0 !important;
}
}
.domain {
margin: 3px 0 4px;
}
.domain .favicon {
margin: 0 8px;
}
.page {
margin-bottom: 16px;
a {
font-weight: bold;
}
}
}
......@@ -158,35 +120,14 @@ $group-list-width: 225px;
}
.masthead {
margin-bottom: 1em;
.masthead-heading {
margin: 0;
padding-top: 4px;
font-size: 1.1em;
font-weight: 400;
color: $gray;
font-size: 1.1em;
&:hover {
color: $gray-dark;
}
}
}
.masthead-small {
img {
width: 48px;
height: auto;
padding-top: 1px;
}
hgroup {
margin-left: 54px;
}
.masthead-heading {
font-size: 1.1em;
}
.masthead-subheading {
font-size: 14px;
}
}
......@@ -2,10 +2,6 @@
@import 'compass/layout/stretching';
@import 'base';
$base-font-size: 12px;
$base-line-height: 20px;
$headings-color: $text-color;
@import 'mixins/responsive';
@import 'grid';
@import 'annotations';
......
@import 'compass';
$base-font-size: 16px;
$base-line-height: 22px;
@import 'reset';
@import 'common';
@import "./mixins/icons";
......@@ -24,7 +27,6 @@ body {
padding-top: 0;
.masthead-heading {
padding-top: 4px;
font-size: 1.1em;
font-weight: 400;
color: $gray;
......
......@@ -70,10 +70,6 @@
margin-bottom: .291em;
}
li, p {
line-height: 1.3;
}
a {
text-decoration: underline;
}
......@@ -90,10 +86,6 @@
p, ol, ul, img, pre, blockquote {
margin: .7063em 0;
}
p, li {
line-height: 1.5;
}
}
code {
......
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