Skip to content

Commit

Permalink
fix broken "Pagination 101" link
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Feb 25, 2011
1 parent f6fd277 commit de7b479
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion index.haml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
There is a Sass version of it for all you sassy people.
%p
Read about good rules for pagination:
%a{ :href => 'http://kurafire.net/log/archive/2007/06/22/pagination-101' } Pagination 101
%a{ :href => 'https://gist.github.com/622561' } Pagination 101
%p
%em Warning:
page links below don't lead anywhere (so don't click on them).
Expand Down
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
html {
margin: 0;
padding: 0;
background: #999;
background: #999999;
font: normal 76% "Lucida Grande", Verdana, Helvetica, sans-serif; }

body {
margin: 4em;
padding: 2em;
border: 2px solid gray;
background: white;
color: #222; }
color: #222222; }

h1 {
font-size: 2em;
Expand All @@ -24,7 +24,7 @@

h2 {
font-size: 1.4em;
margin: 1em 0 .5em 0; }
margin: 1em 0 0.5em 0; }

pre {
font-size: 13px;
Expand All @@ -34,12 +34,12 @@
<body>
<h1>Samples of pagination styling for will_paginate</h1>
<p>
Find these styles in <b>"gh-pages"</b> branch of the <i>will_paginate</i> repository.
Find these styles in <b>"gh-pages"</b> branch of the will_paginate repository.
There is a Sass version of it for all you sassy people.
</p>
<p>
Read about good rules for pagination:
<a href='http://kurafire.net/log/archive/2007/06/22/pagination-101'>Pagination 101</a>
<a href='https://gist.github.com/622561'>Pagination 101</a>
</p>
<p>
<em>Warning:</em>
Expand Down

0 comments on commit de7b479

Please sign in to comment.