diff options
author | chrisaga <chrisaga@piwigo.org> | 2006-07-09 08:37:41 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2006-07-09 08:37:41 +0000 |
commit | 3a0e24e4a25132a2f3234e99e297f0ac7e95630c (patch) | |
tree | bf71e296137a12f7a5f3b2c94585b7d6a586dbff /template/yoga/picture.css | |
parent | dcb692644565bda0782c7e79df7142dabadbe1eb (diff) |
merge from trunk r1449:1450 into branch 1.6 (DIV.comment)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1451 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/picture.css')
-rw-r--r-- | template/yoga/picture.css | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/template/yoga/picture.css b/template/yoga/picture.css index e51db1825..d905adb96 100644 --- a/template/yoga/picture.css +++ b/template/yoga/picture.css @@ -131,11 +131,8 @@ TABLE.infoTable TD.value UL { font-weight: bold; } -#comments BLOCKQUOTE { +#thePicturePage #comments BLOCKQUOTE { margin: 0.5em 1em 1em 4em; - padding: 0.5em; - overflow: auto; /* no solution for IE6 */ - min-height: 2.75em; /* fix a Gecko bug whith scrollbar and 1 line only */ } #comments P.userCommentDelete { |