diff --git a/guide.html b/guide.html index 7ea4c061..54de3a2e 100644 --- a/guide.html +++ b/guide.html @@ -89,10 +89,14 @@ margin-bottom: 1.25em; /* bottom must match p */ } + dl > dt { + margin-top: 1em; + } + #nav { margin-top: 2em; } - #nav a { color: #E64; text-decoration: none; } + #nav a { padding-bottom: .25em; color: #E64; text-decoration: none; } #nav li.active { background-color: #D55; } #nav li.active a { color: white; } #nav li.active a:hover { color: #E64; } @@ -114,9 +118,9 @@