Commit 5d87d6d35e6a576801e76e53cc60a0ba28c11b77
Committed by
Melissa Wen
1 parent
979ad377
Exists in
master
and in
48 other branches
Fixing divs of download's block
Showing
1 changed file
with
2 additions
and
3 deletions
Show diff stats
src/noosfero-spb/noosfero-spb-theme/css/software-pages.css
... | ... | @@ -64,10 +64,8 @@ |
64 | 64 | font-size: 18px; |
65 | 65 | } |
66 | 66 | |
67 | -/* THIS RULE WAS CHANGED TO REMOVE MINIMUM REQUIREMENTS - TEMPORARY */ | |
68 | -/* WAS: padding: 30px 10px 25px 20px; */ | |
69 | 67 | #content .download-block .download-list li { |
70 | - padding: 30px 10px 65px 20px; | |
68 | + padding: 30px 10px 25px 20px; | |
71 | 69 | border-top: 1px solid #D3D6DE; |
72 | 70 | clear: both; |
73 | 71 | } |
... | ... | @@ -103,6 +101,7 @@ |
103 | 101 | } |
104 | 102 | |
105 | 103 | #content .download-block .download-info { |
104 | + min-height: 80px; | |
106 | 105 | margin: 5px 0px 0px 100px; |
107 | 106 | position: relative; |
108 | 107 | font-size: 16px; | ... | ... |