Commit 6c0847d57235757ac2facc5b1b659991012ad759
1 parent
0c9406f5
Exists in
master
and in
9 other branches
Fixing margin top of notice block in spb main page
Showing
1 changed file
with
5 additions
and
2 deletions
Show diff stats
page-inicial.css
... | ... | @@ -348,9 +348,12 @@ margin: -10px 0px 10px 20px; /*-20px 20px; |
348 | 348 | display: none; |
349 | 349 | } |
350 | 350 | |
351 | -#content .block.display-content-block .block-title, | |
351 | +#content .block.display-content-block .block-title { | |
352 | + margin: 0px; | |
353 | +} | |
354 | + | |
352 | 355 | #content .block.softwares-block .block-title { |
353 | - margin: 0px 0px 25px 0px; | |
356 | + margin: 0px 0px 25px 0px; | |
354 | 357 | } |
355 | 358 | |
356 | 359 | /* Bloco de notícias (Display contents) */ | ... | ... |