summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2012-12-07 11:54:08 -0800
committerelijah <elijah@riseup.net>2012-12-07 11:54:08 -0800
commit0e9cc900da8dc25c29e76fdf64feacc2a360c2be (patch)
treefd74ec116605057f80796fc1f9b4d5a9cc8368f2 /app
parenta863ba2210bdf0c71486e96e73c0497f4b669418 (diff)
very minor css change
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/application.scss1
-rw-r--r--app/assets/stylesheets/typography.scss6
2 files changed, 5 insertions, 2 deletions
diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss
index 144bcf2..ca12c6f 100644
--- a/app/assets/stylesheets/application.scss
+++ b/app/assets/stylesheets/application.scss
@@ -30,4 +30,3 @@ $fluidGridGutterWidth: 2.127659574% !default;
@import "mixins";
@import "typography";
@import "leap";
-
diff --git a/app/assets/stylesheets/typography.scss b/app/assets/stylesheets/typography.scss
index 651eebf..6cf1d63 100644
--- a/app/assets/stylesheets/typography.scss
+++ b/app/assets/stylesheets/typography.scss
@@ -6,6 +6,10 @@
}
}
+.topgap {
+ margin-top: 0.5em;
+}
+
//
// make headings and paragraphs that are at the top of the page fit more snugly against the top.
//
@@ -30,4 +34,4 @@ p.first {
font-size: 140%;
line-height: 140%;
margin: 20px 0;
-} \ No newline at end of file
+}