From 781af14ecf182f61edffb50d4e6edf8f43a7d97e Mon Sep 17 00:00:00 2001 From: nf Date: Sat, 14 Jul 2007 09:57:18 +0000 Subject: Added support for the new np_cell css classes to all themes --- contrib/themes/StoneBlue/templates/default.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'contrib/themes/StoneBlue') 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 */ --> - + \ No newline at end of file -- cgit