Commit 00d71bfcc8cebad65dc454adabb094fc580695d7
Committed by
Melissa Wen
1 parent
5e915768
Exists in
master
and in
48 other branches
TEMPORARILY - Removing link to minimum requirements - #284
Showing
1 changed file
with
5 additions
and
1 deletions
Show diff stats
src/noosfero-spb/noosfero-spb-theme/css/software-pages.css
... | ... | @@ -64,8 +64,10 @@ |
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; */ | |
67 | 69 | #content .download-block .download-list li { |
68 | - padding: 30px 10px 25px 20px; | |
70 | + padding: 30px 10px 65px 20px; | |
69 | 71 | border-top: 1px solid #D3D6DE; |
70 | 72 | clear: both; |
71 | 73 | } |
... | ... | @@ -120,10 +122,12 @@ |
120 | 122 | font-size: 12px; |
121 | 123 | } |
122 | 124 | |
125 | +/* THIS RULE WAS CHANGED TO REMOVE MINIMUM REQUIREMENTS - TEMPORARY */ | |
123 | 126 | #content .download-block .download-info .min-requirements a { |
124 | 127 | line-height: 40px; |
125 | 128 | color: #3E67B1; |
126 | 129 | text-decoration: underline; |
130 | + display: none; | |
127 | 131 | } |
128 | 132 | |
129 | 133 | #content .download-block #licensed-software { | ... | ... |