Hi Guys,
as subject, I need to add a border to a module position, for i.e. bottom or mainbody.
In this project [ http://ravero.dielleconsulting.it] I just added a border before the footer position. I need to do the same job with other position. Unfortunately I didn't see the positions in the template.css
Thank you very much in advance and sorry for my bad englis
LDESIGN
------------
EXAMPLE OF BORDER I ADDED BEFORE FOOTER POSITION
* Footer
*/
#gk-footer { overflow:hidden; color:#bbb6b1; font-size:90%!important; margin:10px 0 0 0; height:24px; line-height:24px; border-top: solid 5px #ec7405;}
#gk-footer a { color:#333333; }
-------------