Skip to content

Commit

Permalink
Fix class selectors for .nav-next and .nav-previous
Browse files Browse the repository at this point in the history
  • Loading branch information
Dougal Campbell committed May 11, 2011
1 parent ccf78fa commit 3e6a3e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions style.css
Expand Up @@ -178,17 +178,17 @@ div.spacer {
font-variant: small-caps;
}

nav-previous, nav-next {
.nav-previous, .nav-next {
width: 45%;
}

nav-previous {
.nav-previous {
float: left;
text-align: left;
margin-left: 1em;
}

nav-next {
.nav-next {
float: right;
text-align: right;
margin-right: 1em;
Expand Down

0 comments on commit 3e6a3e0

Please sign in to comment.