|
From: Tapio V. <aa...@us...> - 2010-12-07 08:52:48
|
Module: web
Branch: bluestyle
Commit: 2c4187394aafe76f8b911b95ede68e30e22aa11c
Author: Tapio Vierros <tap...@gm...>
Date: Tue Dec 7 10:51:50 2010 +0200
Experiment with seamless background + repeat.
---
htdocs-binary/bgs/fantasy_16.jpg | Bin 161190 -> 211439 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 2b66e87..b694eae 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 623b917..3e72f2c 100644
--- a/htdocs-binary/style.css
+++ b/htdocs-binary/style.css
@@ -1,5 +1,5 @@
body {
- background: #000 url('bgs/fantasy_16.jpg') no-repeat;
+ background: #000 url('bgs/fantasy_16.jpg') repeat;
/* Sadly this is too slow: background-attachment: fixed; */
background-position: center top;
font-family: DejaVu Sans, Verdana, Sans-Serif, sans;
|