diff --git a/css/news-page.css b/css/news-page.css index 99ce898..26d9720 100644 --- a/css/news-page.css +++ b/css/news-page.css @@ -194,6 +194,7 @@ } + /** Lastest News' Block ***/ /* This rule serves to maintain the element in position-5 clear the @@ -203,4 +204,12 @@ clear: both; } +/** Pagination **/ + +#content #article .pagination .next_page{ + position: relative; + +} + + /*** end of News Page's homepage ***/ diff --git a/style.css b/style.css index 8ae9e3d..df03cbc 100644 --- a/style.css +++ b/style.css @@ -181,7 +181,7 @@ a:link, #content a:link, dl.portlet a:link{ } a:visited, #content a:visited, dl.portlet a:visited{ - color:#2c66ce; + color:#172738; } a:focus{ -- libgit2 0.21.2