diff options
-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} |