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,8 +64,10 @@ | ||
64 | font-size: 18px; | 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 | #content .download-block .download-list li { | 69 | #content .download-block .download-list li { |
68 | - padding: 30px 10px 25px 20px; | 70 | + padding: 30px 10px 65px 20px; |
69 | border-top: 1px solid #D3D6DE; | 71 | border-top: 1px solid #D3D6DE; |
70 | clear: both; | 72 | clear: both; |
71 | } | 73 | } |
@@ -120,10 +122,12 @@ | @@ -120,10 +122,12 @@ | ||
120 | font-size: 12px; | 122 | font-size: 12px; |
121 | } | 123 | } |
122 | 124 | ||
125 | +/* THIS RULE WAS CHANGED TO REMOVE MINIMUM REQUIREMENTS - TEMPORARY */ | ||
123 | #content .download-block .download-info .min-requirements a { | 126 | #content .download-block .download-info .min-requirements a { |
124 | line-height: 40px; | 127 | line-height: 40px; |
125 | color: #3E67B1; | 128 | color: #3E67B1; |
126 | text-decoration: underline; | 129 | text-decoration: underline; |
130 | + display: none; | ||
127 | } | 131 | } |
128 | 132 | ||
129 | #content .download-block #licensed-software { | 133 | #content .download-block #licensed-software { |