Commit 5738ca67e78b975ca4378770f18b893985ae4931
1 parent
82848df2
Exists in
master
and in
8 other branches
Adding border-top to pagination of folder's page
Showing
2 changed files
with
7 additions
and
0 deletions
Show diff stats
345 Bytes
style.css
... | ... | @@ -1198,6 +1198,7 @@ div#article-parent { |
1198 | 1198 | } |
1199 | 1199 | |
1200 | 1200 | #content .pagination a { |
1201 | + text-decoration: none; | |
1201 | 1202 | padding: 7px 11px 7px 11px; |
1202 | 1203 | border-radius: 4px; |
1203 | 1204 | margin-right: 4px; |
... | ... | @@ -3008,6 +3009,12 @@ div.software-step-info div.current-step h3 { |
3008 | 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 | 3018 | li.folder-item:first-child { |
3012 | 3019 | border-top: 1px solid #ccc; |
3013 | 3020 | } | ... | ... |