diff options
| author | fisharebest <fisharebest@gmail.com> | 2011-10-21 23:37:43 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2011-10-21 23:37:43 +0000 |
| commit | fbf674260631d1ecfcd54b58956e8e28b6142ae7 (patch) | |
| tree | 59adb0dda4eb5aac8a5eca42be9c2e9a024c2684 /themes/minimal/style.css | |
| parent | 3223109b1e473cbaf9641de9d124cec9cd356d42 (diff) | |
| download | webtrees-fbf674260631d1ecfcd54b58956e8e28b6142ae7.tar.gz webtrees-fbf674260631d1ecfcd54b58956e8e28b6142ae7.tar.bz2 webtrees-fbf674260631d1ecfcd54b58956e8e28b6142ae7.zip | |
Minimal theme: IE7 hack is duplicated in style.css and msie.css
Diffstat (limited to 'themes/minimal/style.css')
| -rw-r--r-- | themes/minimal/style.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/themes/minimal/style.css b/themes/minimal/style.css index 334a46ee44..bf63155517 100644 --- a/themes/minimal/style.css +++ b/themes/minimal/style.css @@ -66,7 +66,6 @@ a:hover { right:4px; top:1.4em; z-index:2000; - *top:1.7em; /* For IE7 */ } html[dir='rtl'] .title, html[dir='rtl'] .hlogin, html[dir='rtl'] .htheme {float: right;} html[dir='rtl'] .hsearch {float: left;} @@ -77,7 +76,6 @@ html[dir='rtl'] .favorites_form { left:4px; top:1.4em; z-index:2000; - *top:1.7em; /* For IE7 */ } /* Layout for header menu */ |
