diff options
author | bnewbold <bnewbold@manus.(none)> | 2007-06-01 04:54:05 -0400 |
---|---|---|
committer | bnewbold <bnewbold@manus.(none)> | 2007-06-01 04:54:05 -0400 |
commit | cb57ad36b3546db9783a1310781c477f84e6e365 (patch) | |
tree | 16b13d3d956ac1660ffdbf089d53a8dcdd54aac1 /static/style | |
parent | 918a663e09e84b36eca886116535e7150ef0d896 (diff) | |
download | bnewnet-cb57ad36b3546db9783a1310781c477f84e6e365.tar.gz bnewnet-cb57ad36b3546db9783a1310781c477f84e6e365.zip |
padded left in gallery listing
Diffstat (limited to 'static/style')
-rw-r--r-- | static/style/default.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/style/default.css b/static/style/default.css index 1436897..b743e5b 100644 --- a/static/style/default.css +++ b/static/style/default.css @@ -200,6 +200,8 @@ pre.large { margin: 0px; border: none; text-align: center; } +td.gallery_title { + padding-left: 14px; } table.thumbs tr { padding: 0px; margin: 0px; } |