diff options
author | xgizzmo <xgizzmo@ampache> | 2005-12-27 02:06:38 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2005-12-27 02:06:38 +0000 |
commit | 5414825a71213e9643785492c54cb5288699a67b (patch) | |
tree | 078c74d96cf2a5f825d31eb053ed1bb0b677c235 /templates/style.inc | |
parent | 534f9da3d2b2644c2700050c76657d003878ed58 (diff) | |
download | ampache-5414825a71213e9643785492c54cb5288699a67b.tar.gz ampache-5414825a71213e9643785492c54cb5288699a67b.tar.bz2 ampache-5414825a71213e9643785492c54cb5288699a67b.zip |
Fixed style.inc to pass w3c css test, And menu code tweakage
Diffstat (limited to 'templates/style.inc')
-rw-r--r-- | templates/style.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/style.inc b/templates/style.inc index 730554c3..862c109c 100644 --- a/templates/style.inc +++ b/templates/style.inc @@ -280,14 +280,14 @@ if (window.attachEvent) window.attachEvent("onload", sfHover); padding: 0; list-style: none; border: 1px solid #000; - line-height: 1; + line-height: 1.0; } #sidebar ul { margin: 0px; list-style: none; padding: 0px; font-family: verdana, arial, Helvetica, sans-serif; - line-height: 1; + line-height: 1.0; } #sidebar li { /* margin: 0 0 1px 0; */ |