Commit 1f32cfe8 authored by Randall Leeds's avatar Randall Leeds

Remove all the excessive line height setting

parent 1c3ac651
...@@ -184,7 +184,6 @@ $group-list-width: 225px; ...@@ -184,7 +184,6 @@ $group-list-width: 225px;
.masthead-heading { .masthead-heading {
font-size: 1.1em; font-size: 1.1em;
line-height: 1em;
} }
.masthead-subheading { .masthead-subheading {
......
...@@ -30,7 +30,6 @@ body { ...@@ -30,7 +30,6 @@ body {
position: relative; position: relative;
background-color: $body-background; background-color: $body-background;
color: $text-color; color: $text-color;
line-height: 1.4;
} }
p { p {
...@@ -319,8 +318,6 @@ html { ...@@ -319,8 +318,6 @@ html {
} }
.tab-content { .tab-content {
line-height: 1.4;
.tab-pane { .tab-pane {
display: none; display: none;
&.active { &.active {
......
...@@ -128,7 +128,6 @@ ...@@ -128,7 +128,6 @@
} }
.form-error { .form-error {
line-height: 1.5;
color: $error-color; color: $error-color;
} }
...@@ -166,7 +165,6 @@ ...@@ -166,7 +165,6 @@
.form-actions-message { .form-actions-message {
font-size: .833em; font-size: .833em;
line-height: 1.5;
float: left; float: left;
margin-top: 1em; margin-top: 1em;
} }
......
// Styles for full pages // Styles for full pages
.page { .page {
li, p {
line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
font-weight: normal; font-weight: normal;
} }
......
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