From 7cd411d39455615dbf2069cc7304ed68c8696636 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Sat, 21 Jul 2007 08:56:53 +0000 Subject: [PATCH] content table was too much right git-svn-id: file:///var/lib/svn/phpfspot/trunk@231 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- stylesheet.css | 4 ++-- templates/photo_index.tpl | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/stylesheet.css b/stylesheet.css index df2f9d7..33ef1bf 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -121,7 +121,7 @@ a.thumblink:hover { color: #4761ab; } -#matrix,#single { +#single { padding: 10px; display: table; margin-left: 10px; @@ -135,7 +135,7 @@ a.thumblink:hover { table.matrix { padding: 10px; display: table; - margin-left: 10px; + margin-left: 5px; margin-right: 10px; table-layout: fixed; border-style: hidden; diff --git a/templates/photo_index.tpl b/templates/photo_index.tpl index 5d11c14..08c8999 100644 --- a/templates/photo_index.tpl +++ b/templates/photo_index.tpl @@ -44,7 +44,6 @@ -
{section name="row" loop=$rows step=1} -- 2.17.1