Commit 07958bf2640cff0baff28a5f93ebe692e7815f96
1 parent
eea3de70
Exists in
master
and in
5 other branches
Removed box-2 from home
Showing
1 changed file
with
8 additions
and
0 deletions
Show diff stats
style.css
| ... | ... | @@ -369,6 +369,14 @@ div#article-parent { |
| 369 | 369 | display: none; |
| 370 | 370 | } |
| 371 | 371 | |
| 372 | +.action-home-index .box-2 { | |
| 373 | + display: none; | |
| 374 | +} | |
| 375 | + | |
| 376 | +.action-home-index .box-1 { | |
| 377 | + margin-left: 0px; | |
| 378 | +} | |
| 379 | + | |
| 372 | 380 | /* Blocks main style */ |
| 373 | 381 | |
| 374 | 382 | .action-home-index #content .box-1 .block { | ... | ... |