Commit b5ad9d632d346366bf97120bc3089436514287d8

Authored by Pedro de Lyra Pereira
Committed by Eduardo Vital
1 parent ba524b88
Exists in news_page_css

Adding border-top to pagination of folder's page

Showing 1 changed file with 7 additions and 0 deletions   Show diff stats
@@ -1198,6 +1198,7 @@ div#article-parent { @@ -1198,6 +1198,7 @@ div#article-parent {
1198 } 1198 }
1199 1199
1200 #content .pagination a { 1200 #content .pagination a {
  1201 + text-decoration: none;
1201 padding: 7px 11px 7px 11px; 1202 padding: 7px 11px 7px 11px;
1202 border-radius: 4px; 1203 border-radius: 4px;
1203 margin-right: 4px; 1204 margin-right: 4px;
@@ -3008,6 +3009,12 @@ div.software-step-info div.current-step h3 { @@ -3008,6 +3009,12 @@ div.software-step-info div.current-step h3 {
3008 display: none; 3009 display: none;
3009 } 3010 }
3010 3011
  3012 +#content .main-block #article .pagination {
  3013 + margin-top: 50px;
  3014 + padding-top: 35px;
  3015 + border-top: 3px solid #2C4B6B;
  3016 +}
  3017 +
3011 li.folder-item:first-child { 3018 li.folder-item:first-child {
3012 border-top: 1px solid #ccc; 3019 border-top: 1px solid #ccc;
3013 } 3020 }