Skip to content

Commit

Permalink
Merge pull request mozilla-b2g#2089 from alivedise/fix-listmenu-for-hvga
Browse files Browse the repository at this point in the history
[F] sleep menu height for hvga (due to last change)
  • Loading branch information
timdream committed Jun 29, 2012
2 parents 72bbd82 + 2dac0e5 commit b6ccc62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/system/style/list_menu/list_menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
(orientation: landscape) and (width: 480px) {
.list-menu {
width: 280px;
height: 300px;
height: 204px;
overflow-y: hidden;
margin-left: -140px;
}
Expand Down

0 comments on commit b6ccc62

Please sign in to comment.