diff --git a/index.html b/index.html index 9301601..603404e 100644 --- a/index.html +++ b/index.html @@ -36,7 +36,7 @@ font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif; font-size: 12px; background: #fff; - margin: 45px; + margin: 10px 20px; border-collapse: collapse; text-align: center; } @@ -48,7 +48,7 @@ padding: 10px 8px; border-bottom: 2px solid #6678b1; } - td + td { color: #669; padding: 9px 8px 0px 8px; @@ -56,6 +56,7 @@ tbody tr:hover td { color: #009; + background: #eee; } td.S { color: #FB3; @@ -69,6 +70,9 @@ td.C { color: #38F; } + td.negative { + text-decoration: line-through; + } div.facet { margin-left:10px; } @@ -130,9 +134,10 @@