From f6ed863f04f3b33141f9590610e85faae78a41fe Mon Sep 17 00:00:00 2001 From: Ove Klykken Date: Fri, 2 May 2014 18:49:16 +0000 Subject: [PATCH] changed z-index on logo so it is above slideshow. Added Rokkit font for main nav --- styles.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index deb5a6e..0b93273 100644 --- a/styles.css +++ b/styles.css @@ -68,7 +68,7 @@ header a img { /* logo */ position: absolute; top: 0; left: 20px; - z-index: 5; + z-index: 10; } .rHome { background: url(assets/bgHome.png) repeat-x; @@ -78,6 +78,8 @@ nav { bottom: 0; left: 170px; } +nav a { + font-family: 'Rokkitt', serif;} #rHome { background: #364759; padding-bottom: 19px; @@ -181,4 +183,4 @@ footer p i { font-weight: bold; font-style: normal; vertical-align: bottom; - } \ No newline at end of file + } -- 2.17.1