Commit 4506f42643ca419ce1ab24c03f00fbdde063c18e
1 parent
548644a3
Exists in
master
and in
2 other branches
Fixando posicionamento submenu
Showing
1 changed file
with
5 additions
and
4 deletions
Show diff stats
style.css
... | ... | @@ -447,10 +447,11 @@ div#article-parent { |
447 | 447 | padding: 0px 0px 0px 30px; |
448 | 448 | } |
449 | 449 | |
450 | -.box-1 .menu-submenu { | |
451 | - bottom: 80px; | |
452 | - right: -40px; | |
453 | -} | |
450 | +/* .box-1 .menu-submenu { | |
451 | + * bottom: 80px; | |
452 | + * right: -40px; | |
453 | + * } | |
454 | +*/ | |
454 | 455 | |
455 | 456 | .box-1 .common-profile-list-block .vcard { |
456 | 457 | border-radius: 0px; | ... | ... |