diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-06-08 15:25:28 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-06-08 15:25:28 +0000 |
commit | 5fb6c33b320620281f50a71d627963caae291d9a (patch) | |
tree | c1be4e8eb7657644ccb7d63384f9e554b68589a4 | |
parent | ae3e56961cdc914f315c54b1e2918aa35b638221 (diff) |
use a different layer name for single_photos to avoid
some mess up in scripting
git-svn-id: file:///var/lib/svn/phpfspot/trunk@54 fa6a889d-dae6-447d-9e79-4ba9a3039384
-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"> |