Commit 9198e60ae3622789144b05e6554cd1c073e6a1e6
1 parent
f5783d2d
Exists in
master
and in
5 other branches
updating theme
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
style.css
| ... | ... | @@ -283,7 +283,7 @@ p { |
| 283 | 283 | |
| 284 | 284 | .block-outer .block .block-outer { |
| 285 | 285 | float: left; |
| 286 | - margin-right: 20px; | |
| 286 | + margin-right: 14px; | |
| 287 | 287 | margin-top: 0; |
| 288 | 288 | } |
| 289 | 289 | .action-home-index .block-outer .block .block-outer{ |
| ... | ... | @@ -381,13 +381,13 @@ p { |
| 381 | 381 | |
| 382 | 382 | .action-home-index .container-block-plugin_container-block .container-block-plugin_container-block, |
| 383 | 383 | .action-environment_design-index .container-block-plugin_container-block .container-block-plugin_container-block{ |
| 384 | - width: 630px !important; | |
| 384 | + /* width: 630px !important;*/ | |
| 385 | 385 | background-color: white; |
| 386 | 386 | } |
| 387 | 387 | |
| 388 | 388 | .action-home-index #wrap-2 .block-outer .container-block-plugin_container-block div.display-content-block, |
| 389 | 389 | .action-environment_design-index #wrap-2 .block-outer .container-block-plugin_container-block div.display-content-block { |
| 390 | - margin-right: 24px; | |
| 390 | + /*margin-right: 24px;*/ | |
| 391 | 391 | /*width: 270px !important;*/ |
| 392 | 392 | } |
| 393 | 393 | ... | ... |