From c661fda93d737e0b919fd40dcace5ca46bb937a2 Mon Sep 17 00:00:00 2001 From: p4bl0 Date: Mon, 2 Aug 2010 15:15:26 +0200 Subject: changed default quote in default template header + bottom nav style --- default-files/fugitive.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'default-files/fugitive.css') diff --git a/default-files/fugitive.css b/default-files/fugitive.css index 14cf934..19eb469 100644 --- a/default-files/fugitive.css +++ b/default-files/fugitive.css @@ -24,13 +24,15 @@ nav { display: block; margin: 0; padding: 0.3em 1em; - border: 1px solid #ccc; + border-width: 1px; + border-color: #ccc; + border-style: solid none; background: #f2f2f2; color: #aaa; text-align: left; } #topnav { - border-top-style: none; + border-style: none solid solid solid; font-size: 1.3em; } nav ul { padding: 0; margin: 0; } -- cgit v1.2.3