Commit f0141cef10d0b6285b229f67e9711175f522e763
Exists in
master
and in
29 other branches
Merge branch 'ActionItem806-done'
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 | } | ... | ... |