Hi,
this one has been keeping me up all night. Have anyone succesfully used the <hr> tag to create a vertical line between the widgets in the sidebar?
I am using the default kubrick theme and cannot make it work. Iv'e been getting results, but they where all very strange.
Iv'e been trying something like:
hr {
border: 0;
width: 80%;
color: #f00;
background-color: #f00;
height: 5px;
}