Skip to content

Commit

Permalink
Merge pull request #202 from gatespace/works
Browse files Browse the repository at this point in the history
Add missing `nav-` prefix for 'previous/next' links in CSS.
  • Loading branch information
obenland committed Apr 22, 2013
2 parents 790b765 + 4870236 commit 1520999
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -550,11 +550,11 @@ object {
margin: 0 0 1.5em;
overflow: hidden;
}
[class*="navigation"] .previous {
[class*="navigation"] .nav-previous {
float: left;
width: 50%;
}
[class*="navigation"] .next {
[class*="navigation"] .nav-next {
float: right;
text-align: right;
width: 50%;
Expand Down

0 comments on commit 1520999

Please sign in to comment.