From 82371e351a35363a8b493d0063e925dce1d27008 Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Tue, 5 May 2015 01:12:44 -0700 Subject: handle navigation button and favicons Note that I'm using an tag with the svg because if wrapped in , the svg won't render on Safari. After using the tag, the svg renders on all four major browsers on OS X (Chrome, Safari, Firefox, Opera), and it looks nice on all three but Firefox, in which case it's crappy as fuck. --- source/css/theme.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/css/theme.css') diff --git a/source/css/theme.css b/source/css/theme.css index 60308aac..f125cc03 100644 --- a/source/css/theme.css +++ b/source/css/theme.css @@ -9,6 +9,10 @@ nav { top: 10%; } +nav a { + text-decoration: none; +} + article { position: absolute; width: 50%; -- cgit v1.2.1