summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2014-01-11 07:55:14 -0800
committerFranck Cuny <franck.cuny@gmail.com>2014-01-11 07:55:14 -0800
commitca0afc346b9ffdd8a3056849328d5f0d7e429dc3 (patch)
tree0e1fda3bd8b88a7fdfcfc90e92763144170c7a08 /static
parentMove article from drafts to posts. (diff)
downloadlumberjaph-ca0afc346b9ffdd8a3056849328d5f0d7e429dc3.tar.gz
Remove navigation arrows.
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css23
1 files changed, 0 insertions, 23 deletions
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;
}