Different hr in CSS

Hello

Is it possible to add a new hr in the CSS? I like to have a thin and a thick line in my content (example: http://www.ksp-architekten.de/index.php?id=83).







CSS
hr.line{ border:none; border-top:1px; height: 1.0px; color:#DBDBDB; background:transparent; margin-left: 0px; margin-right: 0px;}

COLUME
<hr class="line"></td>


I try something like this, but it doesnt work.


Pascal

Comments

Sign In or Register to comment.