diff options
author | chrisaga <chrisaga@piwigo.org> | 2005-11-24 19:09:13 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2005-11-24 19:09:13 +0000 |
commit | 519d3ebc6bd9d84a68187f0ac86fca5867f2d638 (patch) | |
tree | f2395f9501fd3b54d73d724f0d8f959c01cba2c4 /template/yoga/default-colors.css | |
parent | 9a61fdfe05de0f1e5ee858e9e146a994559bed28 (diff) |
- fix bug 222 : comments page broken with IE
IE doesn't understand child selector nor min-height
use floating design instead of positionning
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@951 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/default-colors.css | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/template/yoga/default-colors.css b/template/yoga/default-colors.css index 3edf2d7cc..3f26e9208 100644 --- a/template/yoga/default-colors.css +++ b/template/yoga/default-colors.css @@ -98,9 +98,17 @@ A.navThumb, A.navThumb:hover { background:#eeeeee; } +/* User comments */ +#content DIV.comment { + border: 1px solid gray; +} -#comments BLOCKQUOTE { - background: #eeeeee; +#content DIV.comment A.illustration IMG { + border: 1px solid gray; +} + +#comments DIV.comment BLOCKQUOTE { + border: 1px solid #d3d3d3; border-left: 2px solid #696969; } |