Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Commit

Permalink
Update sortable-table.html
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenrskelton committed Oct 7, 2014
1 parent a70fcc5 commit fbd51cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sortable-table.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,19 +146,19 @@
}
.indexedPager > ul > li:first-of-type a:after,
.defaultPager > div:nth-of-type(1) > button:nth-of-type(1):after {
content: '|<';
content: '«';
}
.simplePager > button:nth-of-type(1):after,
.defaultPager > div:nth-of-type(1) > button:nth-of-type(2):after {
content: '<';
content: '';
}
.simplePager > button:nth-of-type(2):after,
.defaultPager > div:nth-of-type(2) > button:nth-of-type(1):after {
content: '>';
content: '';
}
.indexedPager > ul > li:last-of-type a:after,
.defaultPager > div:nth-of-type(2) > button:nth-of-type(2):after {
content: '>|';
content: '»';
}
</style>

Expand Down

0 comments on commit fbd51cd

Please sign in to comment.