diff --git a/README b/README index 5e04724..d699a78 100644 --- a/README +++ b/README @@ -95,5 +95,5 @@ file with the exception of: From the bootstrap framework: http://twitter.github.com/bootstrap/ - js/jquery.js From jquery library: http://jquery.com/ -- img/ravenna.png - From subtlepatterns: http://subtlepatterns.com/ravenna/ +- img/bright_squares.png + From subtlepatterns: http://subtlepatterns.com/bright-squares/ diff --git a/css/custom.css b/css/custom.css index 20735e4..6ab24c3 100644 --- a/css/custom.css +++ b/css/custom.css @@ -1,5 +1,6 @@ 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 { text-align:center; diff --git a/img/bright_squares.png b/img/bright_squares.png new file mode 100644 index 0000000..c75a05a Binary files /dev/null and b/img/bright_squares.png differ diff --git a/img/ravenna.png b/img/ravenna.png deleted file mode 100644 index 4092d55..0000000 Binary files a/img/ravenna.png and /dev/null differ