Skip to content

Commit

Permalink
fixed ie display a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
Ephigenia committed Oct 19, 2010
1 parent d75fbba commit 1b6413c
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions html/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ body {
padding: 0em;
}
ul, li, h1, h2 {
list-style-type: none;
margin: 0px;
padding: 0px;
}
Expand All @@ -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);
}

Expand All @@ -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;
Expand All @@ -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 {
Expand Down

0 comments on commit 1b6413c

Please sign in to comment.