From ca0afc346b9ffdd8a3056849328d5f0d7e429dc3 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 11 Jan 2014 07:55:14 -0800 Subject: Remove navigation arrows. --- static/css/style.css | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to 'static/css') diff --git a/static/css/style.css b/static/css/style.css index 4810e0c..204e166 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -32,29 +32,6 @@ blockquote { padding: 0.3em 1em; } - -#bigleft, #bigright { - position: fixed; - font-size: 32pt; -} - -#bigleft a, #bigright a { - color: #ddd; -} - -#bigleft a:hover, #bigright a:hover { - color: #005aa0; - text-decoration: none; -} - -#bigleft { - top: 4em; -} - -#bigright { - top: 5em; -} - #entry, #wrapper { font-size: 15pt; } -- cgit v1.2.3