[Bps-public-commit] SD - A distributed issue tracker branch, master, updated. 557138559d4b45ec9c48351bc624f61a949d1714
jesse
jesse at bestpractical.com
Sat Feb 7 02:34:34 EST 2009
The branch, master has been updated
via 557138559d4b45ec9c48351bc624f61a949d1714 (commit)
from f27fa2d4275322be6b5fef25c5358b42a81c5e4d (commit)
Summary of changes:
lib/App/SD/Server/View.pm | 1 +
share/web/static/images/gradient.png | Bin 0 -> 107 bytes
2 files changed, 1 insertions(+), 0 deletions(-)
create mode 100644 share/web/static/images/gradient.png
- Log -----------------------------------------------------------------
commit 557138559d4b45ec9c48351bc624f61a949d1714
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Sat Feb 7 02:34:24 2009 -0500
Gradients make everything look better
diff --git a/lib/App/SD/Server/View.pm b/lib/App/SD/Server/View.pm
index 726e0d7..3e81507 100644
--- a/lib/App/SD/Server/View.pm
+++ b/lib/App/SD/Server/View.pm
@@ -20,6 +20,7 @@ template '/css/sd.css' => sub {
html {
font-family: Helvetica;
+ background: url(/static/sd/images/gradient.png) repeat-x;
background-color: #601;
padding: 1em;
diff --git a/share/web/static/images/gradient.png b/share/web/static/images/gradient.png
new file mode 100644
index 0000000..f4082ca
Binary files /dev/null and b/share/web/static/images/gradient.png differ
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list