diff options
author | chrisaga <chrisaga@piwigo.org> | 2006-04-22 20:02:12 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2006-04-22 20:02:12 +0000 |
commit | dceb6dbfece9def0e25c51725abbed57c9080adc (patch) | |
tree | 024d085d5af5a1e9d72271d742f9a2000d96415b /template-common | |
parent | 854df586db9c1936cf3914073cce357e4df43159 (diff) |
- merge trunk r1260:1261 into branch 1.6 (minor improvements and fixes in template)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1262 68402e56-0260-453c-a942-63ccdbb3a9ee
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 */ } |