diff options
Diffstat (limited to 'template-common')
-rw-r--r-- | template-common/default-layout.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/template-common/default-layout.css b/template-common/default-layout.css index a92ad98cd..245115c6d 100644 --- a/template-common/default-layout.css +++ b/template-common/default-layout.css @@ -31,8 +31,7 @@ BODY#theAdminPage #content { #content DIV.thumbnailCategory DIV.description { height: 140px; /* max thumbnail height + 2px */ } -#content DIV.comment BLOCKQUOTE/*, -#content DIV.thumbnailCategory DIV.description*/ { +#content DIV.comment BLOCKQUOTE { margin-left: 150px; /*maximum thumbnail width + ~10px */ } |