README.rdoc in paginate-0.1.0 vs README.rdoc in paginate-0.1.1

- old
+ new

@@ -61,9 +61,19 @@ paginate: next: "Older" previous: "Newer" page: "Page {{page}}" +== Styling + +If you want something like Twitter Search use this CSS: + + .paginate { overflow: hidden; } + .paginate li { float: left; } + .paginate li.previous-page:after { content: "«"; padding: 0 5px; } + .paginate li.next-page:before { content: "»"; padding: 0 5px; } + .paginate .disabled { display: none; } + == License (The MIT License) Copyright © 2010: