summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-11-28 08:22:36 -0500
committerThomas Park <thomas@thomaspark.me>2012-11-28 08:22:36 -0500
commitdab583bb8dd9873146a09de27ce747a7c882b6c8 (patch)
treec7f2829593a1696828e6cb8ad3f781a219300fd6 /css
parent431de71ea9da6148a42d0b35233f8c7ecd94f666 (diff)
previews: added margin between sections
Diffstat (limited to 'css')
-rwxr-xr-xcss/docs.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/css/docs.css b/css/docs.css
index 39eff933..93612f85 100755
--- a/css/docs.css
+++ b/css/docs.css
@@ -17,6 +17,10 @@ body {
background-position: 0 40px;
}
+section {
+ margin-top: 100px;
+}
+
/* Jumbotrons
-------------------------------------------------- */
.jumbotron {