diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-11-15 09:28:23 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-11-15 09:28:23 +0000 |
commit | ad6644d6cb748929108dad3143021e85ed048906 (patch) | |
tree | 34dce627a366ae1e6a1b19280c2cb7c7a36e55ff /templates/default.css | |
parent | 9c30aa01fec45685f2cd12db63f031cd4d1ce422 (diff) | |
download | ampache-ad6644d6cb748929108dad3143021e85ed048906.tar.gz ampache-ad6644d6cb748929108dad3143021e85ed048906.tar.bz2 ampache-ad6644d6cb748929108dad3143021e85ed048906.zip |
fixed some localplay issues
Diffstat (limited to 'templates/default.css')
-rw-r--r-- | templates/default.css | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/templates/default.css b/templates/default.css index d746e7f8..a8bda27d 100644 --- a/templates/default.css +++ b/templates/default.css @@ -5,9 +5,8 @@ All rights reserved. This program is free software; you can redistribute it and/or - modify it under the terms of the GNU General Public License - as published by the Free Software Foundation; either version 2 - of the License, or (at your option) any later version. + modify it under the terms of the GNU General Public License v2 + as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -648,6 +647,12 @@ li.current-rating{ #tv_left { float:left; } + +/* Localplay Styles */ +.lp_current { + font-weight: bold; +} + /* User Online/Offline style, used in users.php */ td.user_online { background-color: green; |