diff options
author | ot <ot@localhost> | 2007-05-31 04:00:08 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2007-05-31 04:00:08 +0000 |
commit | f9d27e82587bb1f18493a9e3929acb5004e7057e (patch) | |
tree | 9f0fbc4dab3996d9ab9ed93b91a12f0ca1a5ad48 /htdocs | |
parent | a9913be771dd5021490ece51da6bab2e68af83ed (diff) | |
download | markup-validator-f9d27e82587bb1f18493a9e3929acb5004e7057e.zip markup-validator-f9d27e82587bb1f18493a9e3929acb5004e7057e.tar.gz markup-validator-f9d27e82587bb1f18493a9e3929acb5004e7057e.tar.bz2 |
fixing tab height for IE bug
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/style/base.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/style/base.css b/htdocs/style/base.css index bc3b548..9599834 100644 --- a/htdocs/style/base.css +++ b/htdocs/style/base.css @@ -263,7 +263,7 @@ ul#lang_choice li { /* @group Tabs */ ul#tabset_tabs { - height: 1.62em; + height: 1.59em; } ul#tabset_tabs li { |