Commit 61f4b0ebe31825078493f1b1af657fcbd19c9c32
1 parent
6b8e4947
Exists in
master
and in
9 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 | 180 | } |
| 181 | 181 | |
| 182 | 182 | #content .box-1 .categories-and-tags-block .block-title { |
| 183 | - display: inline-flex; | |
| 184 | 183 | margin: 13px 10px 10px 0; |
| 185 | 184 | padding: 3px 0px; |
| 186 | 185 | background: none; |
| ... | ... | @@ -188,16 +187,18 @@ |
| 188 | 187 | font-family: Arial; |
| 189 | 188 | font-size: 12px; |
| 190 | 189 | font-weight: 300; |
| 190 | + float: left; | |
| 191 | 191 | } |
| 192 | 192 | |
| 193 | 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 | 199 | #content .box-1 .categories-and-tags-block .category_cloud a { |
| 199 | 200 | padding: 3px 10px; |
| 200 | - margin: 0; | |
| 201 | + margin: 5px; | |
| 201 | 202 | float: left; |
| 202 | 203 | color: #3E67B1; |
| 203 | 204 | background-color: #ECEDF1; | ... | ... |