aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorrub <rub@piwigo.org>2006-03-19 23:04:13 +0000
committerrub <rub@piwigo.org>2006-03-19 23:04:13 +0000
commitf8ec2e6370398db8ba9aae149e3beda1b20edc54 (patch)
tree67d982bdd9f92fc7d7fb3660bcf943ecfb6e921d /tools
parent62b589964a5bd86b1ba74514cd9990d3078bf197 (diff)
Improvement issue 0000310:
o Add local-layout.css files git-svn-id: http://piwigo.org/svn/trunk@1088 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'tools')
-rw-r--r--tools/local-layout.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/local-layout.css b/tools/local-layout.css
new file mode 100644
index 000000000..2471e13de
--- /dev/null
+++ b/tools/local-layout.css
@@ -0,0 +1,6 @@
+/* Add background picture */
+BODY {
+ background-image:url(background.gif);
+ background-attachment:fixed;
+}
+