Change the background to bright_squares

This commit is contained in:
Las Zenow 2012-12-18 15:36:54 +01:00
parent 8f7192e68d
commit 53191356b5
4 changed files with 4 additions and 3 deletions

4
README
View file

@ -95,5 +95,5 @@ file with the exception of:
From the bootstrap framework: http://twitter.github.com/bootstrap/ From the bootstrap framework: http://twitter.github.com/bootstrap/
- js/jquery.js - js/jquery.js
From jquery library: http://jquery.com/ From jquery library: http://jquery.com/
- img/ravenna.png - img/bright_squares.png
From subtlepatterns: http://subtlepatterns.com/ravenna/ From subtlepatterns: http://subtlepatterns.com/bright-squares/

View file

@ -1,5 +1,6 @@
body { body {
background: url(/img/ravenna.png) repeat 0 0; /*background: url(/img/ravenna.png) repeat 0 0;*/
background: url(/img/bright_squares.png) repeat 0 0;
} }
.centered { .centered {
text-align:center; text-align:center;

BIN
img/bright_squares.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB