diff options
author | rub <rub@piwigo.org> | 2006-04-09 13:57:51 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2006-04-09 13:57:51 +0000 |
commit | 9fe82e13467bd435bd97223ef4c295b075fcab78 (patch) | |
tree | 8d932a2866d25ff923b73a6eb81b09c9add8ee81 /tools/local-layout.css | |
parent | 5f59abd73749cc578bf5ab6836cb3203c7a0c62b (diff) |
Issue ID 310:
o Fix css file order
o Add example
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1141 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | tools/local-layout.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/local-layout.css b/tools/local-layout.css index 2471e13de..16dcf14d7 100644 --- a/tools/local-layout.css +++ b/tools/local-layout.css @@ -4,3 +4,7 @@ BODY { background-attachment:fixed; } +#content UL.thumbnails SPAN.wrap2 { + height: 200px; /* max thumbnail height + 2px */ +} + |