View Single Post
  #3  
Old 02-18-2008, 06:28 AM
witek Offline
forum loafer
 
Join Date: Feb 2008
Posts: 6
I looked all over it. Where do I add that? I'm using the base of the 'simple' template included with the install. I edited it the way I like it, but just wondering where to add these to.

This is my css for comments:

#comment-top {
background:#333;
border-bottom:1px solid #aaa;
padding:5px;
margin-bottom:25px;
height:15px;
}

#comments {
width:95%;
text-align:left;
page-break-after: always;
margin-top: 0px;
margin-right: auto;
margin-bottom: 10px;
margin-left: auto;
border: thin solid #666666;
}

#comments ul {
list-style-type:none;
margin:0px;
padding:10px;
}

#comments li {
display:block;
margin:0px;
margin-bottom:10px;
color:#eee;
text-decoration:none;
padding:10px;
border:1px solid #aaa;
page-break-after: always;
}
Reply With Quote