PDA

View Full Version : asides.


philip
February 25th, 2006, 02:42
what part of the css styles my inline asides so they look different from other posts, i want to wrap them in a box.

JohnW.
February 25th, 2006, 06:18
You could use this if you want a border around them.

.primary .aside {
border: 1px solid #4d4d4d;
}