fix story 833286: IE 6: Comment layer is not displayed correctly.

svn path=/plone.app.discussion/trunk/; revision=27647
This commit is contained in:
Timo Stollenwerk 2009-06-23 15:40:00 +00:00
parent a3e9105e48
commit 1008356b30
1 changed files with 1 additions and 3 deletions

View File

@ -6,15 +6,13 @@
.comment { .comment {
min-height: 100px; min-height: 100px;
position: relative;
overflow: auto; overflow: auto;
} }
.commentImage { .commentImage {
width: 90px; width: 90px;
float: left; float: left;
/* Todo: This is only a temporary solution !!! */ background: #EEF3F5; /* Todo: Only a temporary solution !!! */
background: #EEF3F5;
} }
.commentImage img { .commentImage img {