diff options
author | xgizzmo <xgizzmo@ampache> | 2006-03-18 12:54:24 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2006-03-18 12:54:24 +0000 |
commit | 4ea50fd7e3bfda9a9748d82616e560be55cd5349 (patch) | |
tree | 5ee264de0bea8e0a771c155c284f1cc0a415a4c3 | |
parent | eb5c7eb6aa397a6c29c5bdcdb11b9ff71b0a0ba4 (diff) | |
download | ampache-4ea50fd7e3bfda9a9748d82616e560be55cd5349.tar.gz ampache-4ea50fd7e3bfda9a9748d82616e560be55cd5349.tar.bz2 ampache-4ea50fd7e3bfda9a9748d82616e560be55cd5349.zip |
fixed a tiny html snafu
-rw-r--r-- | templates/menustyle.inc | 2 | ||||
-rw-r--r-- | templates/show_preferences.inc | 2 | ||||
-rw-r--r-- | templates/show_songs.inc | 2 |
3 files changed, 2 insertions, 4 deletions
diff --git a/templates/menustyle.inc b/templates/menustyle.inc index 0739db85..30400615 100644 --- a/templates/menustyle.inc +++ b/templates/menustyle.inc @@ -212,7 +212,7 @@ } #tablist { padding: 3px 0; - margin-left: 0; + margin: 12px 0 0 0; border-bottom: 1px solid <?php echo conf('bg_color2'); ?>; font: bold 12px Verdana, sans-serif; } diff --git a/templates/show_preferences.inc b/templates/show_preferences.inc index f87d0378..e0c82225 100644 --- a/templates/show_preferences.inc +++ b/templates/show_preferences.inc @@ -54,8 +54,6 @@ if (($GLOBALS['user']->has_access(100)) AND ($user_id == '-1' AND conf('use_auth <?php } ?> </span> - -<ul> <div id="tabcontainer"> <ul id="tablist"> <li <?php echo $tab_theme; ?>> diff --git a/templates/show_songs.inc b/templates/show_songs.inc index fcee00d3..1297d2b3 100644 --- a/templates/show_songs.inc +++ b/templates/show_songs.inc @@ -45,7 +45,7 @@ if (is_object($playlist) && ($GLOBALS['user']->username == $playlist->user || $G <th><?php echo _("Genre"); ?></th> <th><?php echo _("Action"); ?></th> <?php if (conf('ratings') || conf('ratings')=="false") { ?> - <th width="90px"><?php echo _("Rating"); ?></th> + <th width="90"><?php echo _("Rating"); ?></th> <?php } ?> </tr> <?php |