diff options
author | pb1dft <pb1dft@ampache> | 2007-02-24 22:43:53 +0000 |
---|---|---|
committer | pb1dft <pb1dft@ampache> | 2007-02-24 22:43:53 +0000 |
commit | 2fd249b3b6815c100b039fdb608b0a7fb427f537 (patch) | |
tree | 99101cd0f24bfb64085dc15d8142cf88e66e8d04 /contrib/themes | |
parent | 13742eebf7607e39f2378fcdff638832ea264bb5 (diff) | |
download | ampache-2fd249b3b6815c100b039fdb608b0a7fb427f537.tar.gz ampache-2fd249b3b6815c100b039fdb608b0a7fb427f537.tar.bz2 ampache-2fd249b3b6815c100b039fdb608b0a7fb427f537.zip |
minor css fix
Diffstat (limited to 'contrib/themes')
-rw-r--r-- | contrib/themes/INHOLLAND/templates/default.css | 4 | ||||
-rw-r--r-- | contrib/themes/INHOLLAND/theme.cfg.php | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/contrib/themes/INHOLLAND/templates/default.css b/contrib/themes/INHOLLAND/templates/default.css index c35eff5e..5831062f 100644 --- a/contrib/themes/INHOLLAND/templates/default.css +++ b/contrib/themes/INHOLLAND/templates/default.css @@ -329,13 +329,13 @@ div#sidebar{ background: url(../images/menu.gif) no-repeat; } -#sidebar #activetopmenu { +#sidebar li.activetopmenu { background: url(../images/menu-active.gif) #000000 no-repeat; position: relative; top:-2px; } -#sidebar #activesubmenu { +#sidebar li.activesubmenu { background: #FF0396 no-repeat; } diff --git a/contrib/themes/INHOLLAND/theme.cfg.php b/contrib/themes/INHOLLAND/theme.cfg.php index be10c105..25800b32 100644 --- a/contrib/themes/INHOLLAND/theme.cfg.php +++ b/contrib/themes/INHOLLAND/theme.cfg.php @@ -28,7 +28,7 @@ maintainer = "Terence Theijn <terence.theijn@gmail.com>" # Version # This is the revision for this theme, It's up to the maintainer # or author to decide how they want to format this -version = "1.1" +version = "1.1.2" # Orientation # This was added as of 3.3.2-Alpha4, this tells Ampache if this theme |