Skip to content

Commit

Permalink
Fixed : Vertical Alignment (top)
Browse files Browse the repository at this point in the history
  • Loading branch information
Progi1984 committed Aug 28, 2015
1 parent 37361ec commit 5e52636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style.css
Expand Up @@ -4,7 +4,7 @@
.dwmenu.right{float:right}
.dwmenu_caption{font-size: medium !important;font-weight: bold;}
.dwmenu_item{display:inline-block;padding: 5px 2px;}
.dwmenu_item img{float:left;padding-right: 5px;width: 48px;}
.dwmenu_item img{float:left;padding-right: 5px;vertical-align: top;width: 48px;}
.dwmenu_item.column1{width:100%}
.dwmenu_item.column2{width:49%}
.dwmenu_item.column3{width:32%}
Expand Down

0 comments on commit 5e52636

Please sign in to comment.