Commit e9318bc5cb55ce10e5c10da0d2128bf4bf703573
1 parent
8b2bcb11
Exists in
master
and in
2 other branches
Fix padding in ul block organizations
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
style.css
... | ... | @@ -454,6 +454,10 @@ div#article-parent { |
454 | 454 | padding: 0px 0px 0px 30px; |
455 | 455 | } |
456 | 456 | |
457 | +.related-organizations-block ul { | |
458 | + padding: 0px; | |
459 | +} | |
460 | + | |
457 | 461 | /* .box-1 .menu-submenu { |
458 | 462 | * bottom: 80px; |
459 | 463 | * right: -40px; |
... | ... | @@ -778,4 +782,3 @@ div#article-parent { |
778 | 782 | padding: 10px; |
779 | 783 | } |
780 | 784 | |
781 | - | ... | ... |