Commit edfc4efee3d8cb2e729b4125674675f38770b635
1 parent
2d0c63e5
Exists in
master
and in
12 other branches
Block software
Showing
1 changed file
with
12 additions
and
0 deletions
Show diff stats
page-inicial.css
... | ... | @@ -152,8 +152,20 @@ text-align: center; |
152 | 152 | |
153 | 153 | .box-1 .softwares-block{ |
154 | 154 | border-bottom: 1px solid #ccc; |
155 | + overflow: auto; | |
155 | 156 | } |
157 | +.box-1 .software-block-title * { | |
158 | + text-align: center; | |
159 | + font-weight: normal !important; | |
160 | + font-size: 14px !important; | |
161 | +} | |
162 | +/* | |
163 | +.box-1 .software-block-title h3 { | |
164 | + font-weight: normal !important; | |
165 | + font-size: 14px !important; | |
156 | 166 | |
167 | +} | |
168 | +*/ | |
157 | 169 | .box-1 .softwares-block .common-profile-list-block{ |
158 | 170 | margin-top:-20px; |
159 | 171 | } | ... | ... |