Commit a0fba5e3e247912ccf094141dea1057a4eb23d42
1 parent
6850688b
Exists in
master
and in
10 other branches
Adjustments margin block "Mais Software" and Softwares
Showing
1 changed file
with
8 additions
and
10 deletions
Show diff stats
page-inicial.css
... | ... | @@ -76,7 +76,7 @@ text-align: center; |
76 | 76 | border: 1px solid #c0c1c1; |
77 | 77 | border-radius:8px; |
78 | 78 | margin:11px 0px; |
79 | - padding: 10px 0px; | |
79 | + padding: 5px 0px; | |
80 | 80 | font-size: 14px; |
81 | 81 | } |
82 | 82 | |
... | ... | @@ -84,8 +84,8 @@ text-align: center; |
84 | 84 | font-size:16px; |
85 | 85 | text-align:left; |
86 | 86 | text-transform: uppercase; |
87 | - color:#464A55; | |
88 | - padding:0px 0px 15px 20px; | |
87 | + color:#454545; /*#464A55;*/ | |
88 | + padding:0px 0px 10px 10px; /*0px 0px 15px 20px;*/ | |
89 | 89 | border-bottom:1px solid #c0c1c1; |
90 | 90 | } |
91 | 91 | |
... | ... | @@ -97,7 +97,7 @@ text-align: center; |
97 | 97 | border-bottom: 1px solid #ccc; |
98 | 98 | margin: 0; |
99 | 99 | min-height: 1em; |
100 | - padding: 20px; | |
100 | + padding: 15px; | |
101 | 101 | font-weight: bold; |
102 | 102 | } |
103 | 103 | |
... | ... | @@ -120,7 +120,7 @@ text-align: center; |
120 | 120 | } |
121 | 121 | |
122 | 122 | #list-categories ul li{ |
123 | - margin:10px 5px 5px 0px; | |
123 | + margin:10px 5px 5px 8px; | |
124 | 124 | } |
125 | 125 | |
126 | 126 | #list-categories li a{ |
... | ... | @@ -168,7 +168,6 @@ text-align: center; |
168 | 168 | .box-1 .softwares-block .common-profile-list-block .vcard:hover{ |
169 | 169 | border:none; |
170 | 170 | background:none; |
171 | - | |
172 | 171 | } |
173 | 172 | |
174 | 173 | .box-1 .softwares-block .common-profile-list-block span { |
... | ... | @@ -181,13 +180,12 @@ text-align: center; |
181 | 180 | margin-bottom: 40px; |
182 | 181 | font-size: 14px; |
183 | 182 | } |
184 | -.box-1 .softwares-block .common-profile-list-block .org :hover{ | |
185 | - color:#; | |
186 | -} | |
187 | 183 | |
184 | +/* | |
188 | 185 | #content .box-1 .softwares-block ul { |
189 | -margin: -10px 0px 10px 20px; /*-20px 20px;*/ | |
186 | +margin: -10px 0px 10px 20px; /*-20px 20px; | |
190 | 187 | } |
188 | +*/ | |
191 | 189 | |
192 | 190 | #content .box-1 .softwares-block .common-profile-list-block .vcard { |
193 | 191 | margin:10px !important; | ... | ... |