Commit 9fcb3b2f40f045a9b1819f208225b0dfb8e0d999
Committed by
Thiago Ribeiro
1 parent
6df3af58
Exists in
master
and in
9 other branches
Removing unused rules from catalog css
Signed-off-by: Álvaro Fernando <alvarofernandoms@gmail.com>
Signed-off-by: ArthurJahn <stutrzbecher@gmail.com>
Showing
1 changed file
with
1 additions
and
6 deletions
Show diff stats
css/software-catalog-page.css
| ... | ... | @@ -126,11 +126,6 @@ |
| 126 | 126 | margin: 0 3px 2px 8px; |
| 127 | 127 | } |
| 128 | 128 | |
| 129 | -.action-search-software_infos #group-categories #group-catalog-01 { | |
| 130 | - float: left; | |
| 131 | - width: 50%; | |
| 132 | -} | |
| 133 | - | |
| 134 | 129 | .action-search-software_infos #group-categories ul { |
| 135 | 130 | font-family: Arial; |
| 136 | 131 | font-size: 14px; |
| ... | ... | @@ -145,7 +140,7 @@ |
| 145 | 140 | } |
| 146 | 141 | |
| 147 | 142 | .action-search-software_infos #filter-catalog-software .project-software{ |
| 148 | - margin: 0 0 30px; | |
| 143 | + margin: 20px 0 30px; | |
| 149 | 144 | border-top: 1px dotted; |
| 150 | 145 | border-bottom: 1px dotted; |
| 151 | 146 | font-weight: bold; | ... | ... |