diff options
author | nf <nf@ampache> | 2007-07-14 09:57:18 +0000 |
---|---|---|
committer | nf <nf@ampache> | 2007-07-14 09:57:18 +0000 |
commit | 781af14ecf182f61edffb50d4e6edf8f43a7d97e (patch) | |
tree | b7e80652311b64e7f7962ad5b6bec52749bd6db3 /contrib/themes/StoneBlue | |
parent | 6461014d77f4abf7f71a6fd630d1f9fa3364d13c (diff) | |
download | ampache-781af14ecf182f61edffb50d4e6edf8f43a7d97e.tar.gz ampache-781af14ecf182f61edffb50d4e6edf8f43a7d97e.tar.bz2 ampache-781af14ecf182f61edffb50d4e6edf8f43a7d97e.zip |
Added support for the new np_cell css classes to all themes
Diffstat (limited to 'contrib/themes/StoneBlue')
-rw-r--r-- | contrib/themes/StoneBlue/templates/default.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/contrib/themes/StoneBlue/templates/default.css b/contrib/themes/StoneBlue/templates/default.css index d90682bd..3835eb6f 100644 --- a/contrib/themes/StoneBlue/templates/default.css +++ b/contrib/themes/StoneBlue/templates/default.css @@ -286,7 +286,7 @@ if (window.attachEvent) window.attachEvent("onload", sfHover); }
#sidebar ul {
display: block;
- border; 1px;
+ border: 1px; /*syntax fixed by the_foster*/
margin: 0px;
list-style: none;
padding: 0px;
@@ -337,9 +337,11 @@ if (window.attachEvent) window.attachEvent("onload", sfHover); left: -11em;
top: 2em;
}
+.np_cell, .np_cell_left, .np_cell_m, .np_cell_right {
+}
/**
* End Div Definitions
* This is the end of the main structure def's
*/
-->
-</style>
+</style>
\ No newline at end of file |