From 844112afee5805c969fa2ba44a9644da6d6e186f Mon Sep 17 00:00:00 2001 From: Adam Wiggins Date: Sun, 5 Jun 2011 01:20:46 -0700 Subject: [PATCH] make next/prev more visible --- public/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/style.css b/public/style.css index daaab53..4271ac1 100644 --- a/public/style.css +++ b/public/style.css @@ -89,7 +89,8 @@ section#factor h3 { } nav { - margin-top: 32pt; + margin-top: 16pt; + margin-bottom: 48pt; } nav #next { float: right; @@ -100,7 +101,7 @@ nav #prev { nav #next a, nav #prev a { font-size: 22pt; text-decoration: none; - color: #555; + color: #000; } code {