diff options
-rw-r--r-- | stylesheet.css | 2 | ||||
-rw-r--r-- | templates/single_photo.tpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/stylesheet.css b/stylesheet.css index c21e3ff..e4f5523 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -105,7 +105,7 @@ a:hover { color: #00aa44;
}
-#matrix {
+#matrix,#single {
padding: 10px;
}
diff --git a/templates/single_photo.tpl b/templates/single_photo.tpl index 7935fef..d8a5b30 100644 --- a/templates/single_photo.tpl +++ b/templates/single_photo.tpl @@ -10,7 +10,7 @@ </tr> <tr> <td colspan="2"> - <div id='matrix'> + <div id='single'> <table> <tr> <td colspan="3"> |