Adding borders around sidebar elements
If your using the default wordpress kubrick theme and would like to add a box or border around each of the elements / widgets in your side bar, copy and paste this code to the end of your style sheet. The results will look like mine here on philtyler.info
[.widget {
background-color:#EFEFFB;
border:2px solid #A4A4A4;
color:#000000;
margin:15px 0 20px;
padding-bottom:10px;
}]
December 14th, 2009 at 2:52 pm
Кажется, это подойдет.
December 17th, 2009 at 3:26 am
Нормально, можно cделать маленький сборник.
December 29th, 2009 at 1:02 am
Hi there,
Interesting, I`ll quote it on my site later.
Dougles