Commit 61f4b0ebe31825078493f1b1af657fcbd19c9c32
1 parent
6b8e4947
Exists in
master
and in
54 other branches
Fixing software categories
Showing
1 changed file
with
5 additions
and
4 deletions
Show diff stats
css/software-pages.css
@@ -180,7 +180,6 @@ | @@ -180,7 +180,6 @@ | ||
180 | } | 180 | } |
181 | 181 | ||
182 | #content .box-1 .categories-and-tags-block .block-title { | 182 | #content .box-1 .categories-and-tags-block .block-title { |
183 | - display: inline-flex; | ||
184 | margin: 13px 10px 10px 0; | 183 | margin: 13px 10px 10px 0; |
185 | padding: 3px 0px; | 184 | padding: 3px 0px; |
186 | background: none; | 185 | background: none; |
@@ -188,16 +187,18 @@ | @@ -188,16 +187,18 @@ | ||
188 | font-family: Arial; | 187 | font-family: Arial; |
189 | font-size: 12px; | 188 | font-size: 12px; |
190 | font-weight: 300; | 189 | font-weight: 300; |
190 | + float: left; | ||
191 | } | 191 | } |
192 | 192 | ||
193 | #content .box-1 .categories-and-tags-block .category_cloud { | 193 | #content .box-1 .categories-and-tags-block .category_cloud { |
194 | - margin: 13px 10px 10px 0px; | ||
195 | - display: inline-flex; | 194 | + margin: 13px 0 10px 0; |
195 | + float: left; | ||
196 | + max-width: 87%; | ||
196 | } | 197 | } |
197 | 198 | ||
198 | #content .box-1 .categories-and-tags-block .category_cloud a { | 199 | #content .box-1 .categories-and-tags-block .category_cloud a { |
199 | padding: 3px 10px; | 200 | padding: 3px 10px; |
200 | - margin: 0; | 201 | + margin: 5px; |
201 | float: left; | 202 | float: left; |
202 | color: #3E67B1; | 203 | color: #3E67B1; |
203 | background-color: #ECEDF1; | 204 | background-color: #ECEDF1; |