|
From: Lasse Kärkkäi. <tr...@us...> - 2011-01-11 00:36:49
|
Module: web
Branch: master
Commit: 0383e864f41bd4d87fb4af79048e199cf2f27cbe
Author: Lasse Karkkainen <tro...@tr...>
Date: Tue Jan 11 01:34:05 2011 +0100
Experiment with fade-to-black background
---
htdocs-binary/bgs/fantasy_16.jpg | Bin 211439 -> 110946 bytes
htdocs-binary/style.css | 2 +-
2 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/htdocs-binary/bgs/fantasy_16.jpg b/htdocs-binary/bgs/fantasy_16.jpg
index b694eae..355c379 100644
Binary files a/htdocs-binary/bgs/fantasy_16.jpg and b/htdocs-binary/bgs/fantasy_16.jpg differ
diff --git a/htdocs-binary/style.css b/htdocs-binary/style.css
index 4f07ca4..eea7b1e 100644
--- a/htdocs-binary/style.css
+++ b/htdocs-binary/style.css
@@ -1,5 +1,5 @@
body {
- background: #000 url('bgs/fantasy_16.jpg') repeat;
+ background: #000 url('bgs/fantasy_16.jpg') no-repeat;
/* Sadly this is too slow: background-attachment: fixed; */
background-position: center top;
font-family: DejaVu Sans, Verdana, Sans-Serif, sans;
|