diff --git a/mobile/themes/hildon/browser.css b/mobile/themes/hildon/browser.css index 4b8c77d41224..f12d6a94c1d4 100644 --- a/mobile/themes/hildon/browser.css +++ b/mobile/themes/hildon/browser.css @@ -485,6 +485,8 @@ toolbarbutton.page-button { .bookmark-item-image { height: 24px; width: 24px; + max-height: 24px; + max-width: 24px; margin: 1.6mm 4mm 5mm 2mm; } diff --git a/mobile/themes/wince/browser.css b/mobile/themes/wince/browser.css index b751d28fb0b5..047b40e3110a 100644 --- a/mobile/themes/wince/browser.css +++ b/mobile/themes/wince/browser.css @@ -272,6 +272,8 @@ toolbarbutton.page-button { .bookmark-item-image { height: 24px; width: 24px; + max-height: 24px; + max-width: 24px; margin: 1.6mm 1.5mm 0mm 2mm; }