From 9398e525b45b7356a2fc00d25d73cdfe60fdb347 Mon Sep 17 00:00:00 2001 From: Dave Syer and Nick Street Date: Fri, 16 Aug 2013 10:28:05 +0100 Subject: [PATCH] Quick Start jump link now works --- _includes/home.html | 4 ++-- css/projects.css.css | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/_includes/home.html b/_includes/home.html index 9824eebf5ea..e174ce44fe1 100644 --- a/_includes/home.html +++ b/_includes/home.html @@ -24,7 +24,7 @@
{{ include.description | markdownify }}
-
Quick Start
+ Quick Start @@ -37,7 +37,7 @@
{{ include.body | markdownify }}
-
+
diff --git a/css/projects.css.css b/css/projects.css.css index 131ba1eeedc..c2d41891135 100644 --- a/css/projects.css.css +++ b/css/projects.css.css @@ -166,6 +166,9 @@ background-color: #666; } +.project-body--container .project-body--section#quick-start { + padding-top: 15px; +} .project-body--container .project-body--section { margin-bottom: 30px; padding-right: 20px; @@ -193,6 +196,7 @@ .quickstart--container { border: 1px solid #34302d; + margin-top: 15px; } .quickstart--container .quickstart--title { font-family: "Montserrat", sans-serif;