diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-01-08 19:18:22 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-01-08 19:18:22 +0000 |
commit | d2d40fdd0f1701bec29a9de2da2b467d74747956 (patch) | |
tree | 1505cb631afbb157f44d56121205783c714492ae /contrib/themes | |
parent | 4fc2b5a5ddf026d650bbb6f012e37b5dcb554963 (diff) | |
download | ampache-d2d40fdd0f1701bec29a9de2da2b467d74747956.tar.gz ampache-d2d40fdd0f1701bec29a9de2da2b467d74747956.tar.bz2 ampache-d2d40fdd0f1701bec29a9de2da2b467d74747956.zip |
fixed stoneblue
Diffstat (limited to 'contrib/themes')
-rwxr-xr-x | contrib/themes/StoneBlue/templates/style.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/themes/StoneBlue/templates/style.inc b/contrib/themes/StoneBlue/templates/style.inc index 0a35b7a6..53e3ab9f 100755 --- a/contrib/themes/StoneBlue/templates/style.inc +++ b/contrib/themes/StoneBlue/templates/style.inc @@ -265,6 +265,7 @@ if (window.attachEvent) window.attachEvent("onload", sfHover); #content
{
float:left;
+ clear: both;
margin-left:0px;
}
/**
@@ -276,6 +277,7 @@ if (window.attachEvent) window.attachEvent("onload", sfHover); clear: both;
height: 100%;
margin: 0;
+ border: 0px;
float: left;
/* width: 110px; /* this controls the width of the sidebar. horizontal menu needs more width */
padding: 0px 0px 0px 5px;
|