diff options
Diffstat (limited to 'template/yoga/default-colors.css')
-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; } |