Commit 6b8e4947a0e1ea3d9869fcedb2e004fc43009787
1 parent
90ad6b04
Exists in
master
and in
79 other branches
Fixing download block
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
css/software-pages.css
... | ... | @@ -50,7 +50,7 @@ |
50 | 50 | } |
51 | 51 | |
52 | 52 | #content .download-block .download-list li { |
53 | - padding: 30px 10px 30px 10px; | |
53 | + padding: 30px 10px 25px 10px; | |
54 | 54 | border-top: 1px solid #D3D6DE; |
55 | 55 | clear: both; |
56 | 56 | } |
... | ... | @@ -104,7 +104,7 @@ |
104 | 104 | font-size: 12px; |
105 | 105 | } |
106 | 106 | |
107 | -#content .download-block .download-info .req_min_spb a { | |
107 | +#content .download-block .download-info .min-requirements a { | |
108 | 108 | line-height: 40px; |
109 | 109 | color: #3E67B1; |
110 | 110 | text-decoration: underline; | ... | ... |