From: nfreear Date: Wed, 15 Mar 2006 15:33:19 +0000 (+0000) Subject: Accessibility: fix removed .navbar { height }, admin view in Opera 8 (OU-Bugz: 750) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=3fb99e735202ca7f81cba7f78fa9ddf207e658ab;p=moodle.git Accessibility: fix removed .navbar { height }, admin view in Opera 8 (OU-Bugz: 750) --- diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 5257fc54b8..9d42dea15e 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -269,7 +269,6 @@ form.popupform { .navbar { width:100%; padding:3px 0.5em; - height:1.3em; border-width:1px; border-style:solid; }