make next/prev more visible

This commit is contained in:
Adam Wiggins
2011-06-05 01:20:46 -07:00
parent 486d6f9ac8
commit 844112afee
+3 -2
View File
@@ -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 {