From 643976f10e7552b2c8538cf6248080fc3252106d Mon Sep 17 00:00:00 2001 From: Abdullah Almsaeed Date: Fri, 27 Feb 2015 22:28:50 -0500 Subject: [PATCH] Solved issue with hash links --- documentation/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/index.html b/documentation/index.html index f3ab507c0..980e92206 100755 --- a/documentation/index.html +++ b/documentation/index.html @@ -32,12 +32,12 @@ } .page-header { border: 0; - margin: 0 0 20px 0; - padding: 0; + margin: 30px 0; + padding: 0; position: relative; z-index: 1; font-size: 30px; - } + } section[id] { padding: 20px 0 0 0; }