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 {
min-height: 100px;
position: relative;
overflow: auto;
}
.commentImage {
width: 90px;
float: left;
/* Todo: This is only a temporary solution !!! */
background: #EEF3F5;
background: #EEF3F5; /* Todo: Only a temporary solution !!! */
}
.commentImage img {