Demo of template-provided stylesheets.
authorstevetruckstuff <stevetruckstuff@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 3 Oct 2006 15:32:06 +0000 (15:32 +0000)
committerstevetruckstuff <stevetruckstuff@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 3 Oct 2006 15:32:06 +0000 (15:32 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11821 7612ce4b-ef26-0410-bec9-ea0150e637f0

templates/default/css/alternates/my_example_style.css [new file with mode: 0644]
templates/default/images/gradient-grey.png [new file with mode: 0755]

diff --git a/templates/default/css/alternates/my_example_style.css b/templates/default/css/alternates/my_example_style.css
new file mode 100644 (file)
index 0000000..b20c962
--- /dev/null
@@ -0,0 +1,3 @@
+body {
+       background: url('../../images/gradient-grey.png') repeat-x fixed;
+}
\ No newline at end of file
diff --git a/templates/default/images/gradient-grey.png b/templates/default/images/gradient-grey.png
new file mode 100755 (executable)
index 0000000..a4016aa
Binary files /dev/null and b/templates/default/images/gradient-grey.png differ