summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2008-12-13 11:52:06 +0100
committerYorhel <git@yorhel.nl>2008-12-13 11:52:06 +0100
commit2325a122c9e97ba8499b4d719028664a0fb91dc1 (patch)
treec8a58b89cac11d0e885b34eebd3666d4be8d3f53 /static
parent500e45f97576536c1f8b3d532a38903dcc9fab70 (diff)
Removed padding between rev. columns for the history browser in IE7
The specified width of the columns is still completely ignored in IE7, but that's not as much a problem as it was with /t. At least the rev. column looks nice now. '*width: auto' hack from http://www.webdevout.net/css-hacks#unrecommended-asterisk_prefix
Diffstat (limited to 'static')
-rw-r--r--static/f/style.css11
1 files changed, 6 insertions, 5 deletions
diff --git a/static/f/style.css b/static/f/style.css
index 09fe3bea..34b00cbd 100644
--- a/static/f/style.css
+++ b/static/f/style.css
@@ -416,17 +416,18 @@ form.search .submit {
/* history browser */
div.mainbox.history td.tc1_1 {
- text-align: right;
- padding-left: 15px;
+ padding-left: 0;
padding-right: 0;
- width: 40px;
+ text-align: right;
+ width: 60px;
+ *width: auto; /* IE7 sucks */
}
div.mainbox.history td.tc1_2 {
padding-left: 0;
width: 25px;
}
-div.mainbox.history td.tc1_3 { width: 65px; }
-div.mainbox.history td.tc1_4 { width: 90px }
+div.mainbox.history td.tc2 { width: 65px; }
+div.mainbox.history td.tc3 { width: 90px }
div.mainbox.history td.editsum {
color: #258;
padding-top: 0;