Commit 3bb1cd3e912c9d7cb34834d965bb055937dd5fd5
1 parent
570695ff
Exists in
master
and in
9 other branches
Fix Pagination on News Page
Signed-off-by: BrunaMoreira <brunanayaramlima@gmail.com>
Showing
2 changed files
with
10 additions
and
1 deletions
Show diff stats
css/news-page.css
@@ -194,6 +194,7 @@ | @@ -194,6 +194,7 @@ | ||
194 | } | 194 | } |
195 | 195 | ||
196 | 196 | ||
197 | + | ||
197 | /** Lastest News' Block ***/ | 198 | /** Lastest News' Block ***/ |
198 | 199 | ||
199 | /* This rule serves to maintain the element in position-5 clear the | 200 | /* This rule serves to maintain the element in position-5 clear the |
@@ -203,4 +204,12 @@ | @@ -203,4 +204,12 @@ | ||
203 | clear: both; | 204 | clear: both; |
204 | } | 205 | } |
205 | 206 | ||
207 | +/** Pagination **/ | ||
208 | + | ||
209 | +#content #article .pagination .next_page{ | ||
210 | + position: relative; | ||
211 | + | ||
212 | +} | ||
213 | + | ||
214 | + | ||
206 | /*** end of News Page's homepage ***/ | 215 | /*** end of News Page's homepage ***/ |
style.css
@@ -181,7 +181,7 @@ a:link, #content a:link, dl.portlet a:link{ | @@ -181,7 +181,7 @@ a:link, #content a:link, dl.portlet a:link{ | ||
181 | } | 181 | } |
182 | 182 | ||
183 | a:visited, #content a:visited, dl.portlet a:visited{ | 183 | a:visited, #content a:visited, dl.portlet a:visited{ |
184 | - color:#2c66ce; | 184 | + color:#172738; |
185 | } | 185 | } |
186 | 186 | ||
187 | a:focus{ | 187 | a:focus{ |