aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorbnewbold <bnewbold@manus.(none)>2007-06-01 04:34:35 -0400
committerbnewbold <bnewbold@manus.(none)>2007-06-01 04:34:35 -0400
commit38391b74bc6269e4b969b0b0e9223c1b7d0a7cf4 (patch)
treef340ee6db2eee4bd8dbbe43e4a25b3212109df4b /static
parent4f161df1591959b6052ba966addfce88f84d3ab2 (diff)
downloadbnewnet-38391b74bc6269e4b969b0b0e9223c1b7d0a7cf4.tar.gz
bnewnet-38391b74bc6269e4b969b0b0e9223c1b7d0a7cf4.zip
fixed gallery thumbs display
Diffstat (limited to 'static')
-rw-r--r--static/style/default.css11
1 files changed, 9 insertions, 2 deletions
diff --git a/static/style/default.css b/static/style/default.css
index 691dae8..1436897 100644
--- a/static/style/default.css
+++ b/static/style/default.css
@@ -194,8 +194,15 @@ pre.large {
.right_stuff img {
border: 1px solid black; }
.photo_thumb {
- width: 160px;
- height: 180px; }
+ width: 150px;
+ height: 112px;
+ padding: 0px;
+ margin: 0px;
+ border: none;
+ text-align: center; }
+table.thumbs tr {
+ padding: 0px;
+ margin: 0px; }
table.listing {
width: 100%;
border-spacing: 0px;