diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/local-layout.css | 6 |
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; +} + |