Hi all,
My site is here: http://www.caledacare.com/mikescmstrial/
Please can you tell me if it is possible to add vertical lines around each news article. Exactly the same as the horizontal line which splits each article, just up the side as well as the bottom.
Just think it would help seperate the news and main bulk of text.
Many thanks
News Module - Add vertical Lines between each article
Re: News Module - Add vertical Lines between each article
Just add
#sidebar { border-right: 1px solid red; }
to your stylesheet.php and that is it.
Regards,
Nils
#sidebar { border-right: 1px solid red; }
to your stylesheet.php and that is it.
Regards,
Nils
Re: News Module - Add vertical Lines between each article
Or for each news article itself...
.NewsSummary { border-right: 1px solid red; }
.NewsSummary { border-right: 1px solid red; }