From e53ab08ddaaf7d844c6fc8e3a52398e08cfc304f Mon Sep 17 00:00:00 2001 From: pedrodelyra Date: Mon, 22 Jun 2015 16:42:52 -0300 Subject: [PATCH] Adding border-top to pagination of folder's page --- style.css | 7 +++++++ 1 file changed, 7 insertions(+), 0 deletions(-) diff --git a/style.css b/style.css index 228a072..e6ce869 100644 --- a/style.css +++ b/style.css @@ -1198,6 +1198,7 @@ div#article-parent { } #content .pagination a { + text-decoration: none; padding: 7px 11px 7px 11px; border-radius: 4px; margin-right: 4px; @@ -3008,6 +3009,12 @@ div.software-step-info div.current-step h3 { display: none; } +#content .main-block #article .pagination { + margin-top: 50px; + padding-top: 35px; + border-top: 3px solid #2C4B6B; +} + li.folder-item:first-child { border-top: 1px solid #ccc; } -- libgit2 0.21.2