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 ++++-- default-files/top.html | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'default-files') 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; } diff --git a/default-files/top.html b/default-files/top.html index b996a51..6915957 100644 --- a/default-files/top.html +++ b/default-files/top.html @@ -44,5 +44,5 @@

's blog

- fugitive: a blog engine for hackers. + Don't learn to hack, hack to learn.
-- cgit v1.2.3