css tweaks, fix publ unset icon

This commit is contained in:
Andrew Dolgov 2007-08-09 16:59:15 +01:00
parent d735ebd2d9
commit 24f46634ab
2 changed files with 4 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 447 B

After

Width:  |  Height:  |  Size: 551 B

View File

@ -7,11 +7,12 @@ body {
}
blockquote {
margin : 5px;
margin : 5px 5px 5px 5px;
border-width : 0px 0px 0px 4px;
border-color : #f0f0f0;
border-color : #e0e0e0;
border-style : solid;
padding : 2px 0px 2px 5px;
padding : 5px;
background-color : #f0f0f0;
}
div.postReply {