summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2008-06-03 17:55:57 -0700
committerArun Persaud <arun@nubati.net>2008-06-03 17:55:57 -0700
commit9d791c06530819122eab33a25289293e3fc3a7cf (patch)
tree109619fec7483fbb5468d2fbc89092805feee2ab /css
parentbf9a638ffd9b65d18b682e8b3e9bf19f798181cb (diff)
downloade-DoKo-9d791c06530819122eab33a25289293e3fc3a7cf.tar.gz
e-DoKo-9d791c06530819122eab33a25289293e3fc3a7cf.tar.bz2
e-DoKo-9d791c06530819122eab33a25289293e3fc3a7cf.zip
BUGIFX: fixed a layout issue in IE6
the tricks used the wrong parent for position:absolute. this might fix it. Signed-off-by: Arun Persaud <arun@nubati.net>
Diffstat (limited to 'css')
-rw-r--r--css/standard007.css (renamed from css/standard006.css)1
1 files changed, 1 insertions, 0 deletions
diff --git a/css/standard006.css b/css/standard007.css
index 5e9b335..126c911 100644
--- a/css/standard006.css
+++ b/css/standard007.css
@@ -152,6 +152,7 @@ div.table div.table3 {
ul.tricks {
position:relative;
+ zoom:1; /* fixes an IE6 issue and hopefully doesn't mess up anything else */
list-style:none;
margin:3px;
padding:0;