not sure wtf happened here

This commit is contained in:
Coby Chapple 2013-04-04 17:01:10 +01:00
parent 258df5146c
commit 780472ff55
1 changed files with 2 additions and 2 deletions

View File

@ -473,12 +473,12 @@ p {
}
.section-nav .next:after {
content: "›";
content: "";
right: 10px;
}
.section-nav .prev:before {
content: "‹";
content: "";
left: 10px;
}