Change the background to bright_squares
This commit is contained in:
parent
8f7192e68d
commit
53191356b5
4 changed files with 4 additions and 3 deletions
4
README
4
README
|
@ -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/
|
||||||
|
|
|
@ -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
BIN
img/bright_squares.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 41 KiB |
BIN
img/ravenna.png
BIN
img/ravenna.png
Binary file not shown.
Before Width: | Height: | Size: 51 KiB |
Reference in a new issue