diff options
author | pb1dft <pb1dft@ampache> | 2006-12-09 23:44:08 +0000 |
---|---|---|
committer | pb1dft <pb1dft@ampache> | 2006-12-09 23:44:08 +0000 |
commit | 7b573c10178323578a0f882d78d90f2bf0a229f8 (patch) | |
tree | ac71dfdd8e36b3ae7bc2c9d34bbdd17094cdcb6d /themes | |
parent | d4c239b9df5cf26e5e3c2f14a92564b1237bae20 (diff) | |
download | ampache-7b573c10178323578a0f882d78d90f2bf0a229f8.tar.gz ampache-7b573c10178323578a0f882d78d90f2bf0a229f8.tar.bz2 ampache-7b573c10178323578a0f882d78d90f2bf0a229f8.zip |
Some minor css mods
Diffstat (limited to 'themes')
-rw-r--r-- | themes/classic/templates/default.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/classic/templates/default.css b/themes/classic/templates/default.css index bb85573a..15dafc76 100644 --- a/themes/classic/templates/default.css +++ b/themes/classic/templates/default.css @@ -334,6 +334,12 @@ div#sidebar{ left: auto; /* this calls the submenu back when the parent li is hovered. */ } +#play_type_switch { + font-size: 0.9em; + position: relative; + left: -2px; +} + /* Styles for Now Playing */ #nowplaying{ clear: both; |