Commit 12ed553f73a56edda4a87281d648e39d18dc5c33
1 parent
4d602b80
Exists in
master
and in
29 other branches
ActionItem806: css for 'next' 'prev' pagination break others pagination
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
public/stylesheets/article.css
... | ... | @@ -192,12 +192,12 @@ |
192 | 192 | text-align: left; |
193 | 193 | } |
194 | 194 | |
195 | -#content .pagination .prev_page { | |
195 | +#content #article .pagination .prev_page { | |
196 | 196 | position: absolute; |
197 | 197 | right: 0; |
198 | 198 | } |
199 | 199 | |
200 | -#content .pagination .next_page { | |
200 | +#content #article .pagination .next_page { | |
201 | 201 | position: absolute; |
202 | 202 | left: 0; |
203 | 203 | } | ... | ... |