summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2010-01-23 14:23:05 +0100
committerYorhel <git@yorhel.nl>2010-01-23 14:23:05 +0100
commit59237df27e5c5d10956d7fd9c6741916cc4044d8 (patch)
treeff5749e2a9bcd72d1c78f0e8bfca737b325d8438
parent338757ed97d648b20860ff7c865e600b07f0192b (diff)
CSS: Got rid of the IE7 CSS hacks
Seems to work without those hacks now... kind-of. And I didn't like seeing a warning in the the firefox debug window.
-rw-r--r--data/style.css2
1 files changed, 0 insertions, 2 deletions
diff --git a/data/style.css b/data/style.css
index 7d29b875..654701a0 100644
--- a/data/style.css
+++ b/data/style.css
@@ -480,7 +480,6 @@ div.mainbox.history td.tc1_1 {
padding-right: 0;
text-align: right;
width: 60px;
- *width: auto; /* IE7 sucks */
}
div.mainbox.history td.tc1_2 {
padding-left: 0;
@@ -963,7 +962,6 @@ div.browse.uposts td.tc1 {
padding-right: 0;
text-align: right;
width: 60px;
- *width: auto; /* IE7 sucks */
}
.uposts td.tc2 {
padding-left: 0;