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.