diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-07-21 08:56:53 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-07-21 08:56:53 +0000 |
commit | 7cd411d39455615dbf2069cc7304ed68c8696636 (patch) | |
tree | b9fef74b21e8acc64423581d784517f756ac67c8 | |
parent | 29136b0fe2cbc7c1ba524f3483701f1a257ecb7c (diff) |
content table was too much right
git-svn-id: file:///var/lib/svn/phpfspot/trunk@231 fa6a889d-dae6-447d-9e79-4ba9a3039384
-rw-r--r-- | stylesheet.css | 4 | ||||
-rw-r--r-- | 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 @@ </tr> <tr> <td colspan="3"> - <br /> <div id="adinfo"></div> <table class="matrix" id="matrix"> {section name="row" loop=$rows step=1} |