From 1b6413c72650f8f56d886c7ac84215440592bbc1 Mon Sep 17 00:00:00 2001 From: Ephigenia Date: Tue, 19 Oct 2010 13:17:50 +0200 Subject: [PATCH] fixed ie display a bit --- html/app.css | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/html/app.css b/html/app.css index c126862..5539855 100755 --- a/html/app.css +++ b/html/app.css @@ -12,6 +12,7 @@ body { padding: 0em; } ul, li, h1, h2 { + list-style-type: none; margin: 0px; padding: 0px; } @@ -21,8 +22,9 @@ a { h2 { font-size: 1em; - line-height: 1.5em; + line-height: 1em; margin: 0em 0em 0.5em 0em; + padding: 0em; border-bottom: 1px solid rgba(128,128,128,0.4); } @@ -31,9 +33,9 @@ h2 { margin: 0em 0em 1em 0em; padding: 0em; background-color: #EDEDED; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - -khtml-border-radius: 5px; + -moz-border-radius: 10px; + -webkit-border-radius: 10px; + -khtml-border-radius: 10px; } .TestGroup h1 { text-shadow: rgba(120,120,120,0.4) 1px 1px 2px; @@ -52,21 +54,24 @@ h2 { height: 160px; margin: 0px 1em 1em 0px; overflow: hidden; + vertical-align: top; + zoom: 1; + *display: inline; } -.number { - display: block; +li.number div.number { font-weight: bold; - line-height: 82%; + line-height: 135px; + height: 135px; + display: inline; } li.number .chart { display: none; } li.number:hover div.number { display: none; - alpha: 0; } li.number:hover .chart { - display: table; + display: inline; } #footer {