Remove background texture

This commit is contained in:
Michael Rose
2013-06-21 09:39:38 -04:00
parent 08ff4b987e
commit db53eeeff3
6 changed files with 9 additions and 9 deletions

View File

@ -1380,7 +1380,7 @@ select:focus {
}
/* Page level layout styles */
html {
background: #ebebeb url(../img/background-light.jpg);
background-color: #ffffff;
font-family: 'PT Serif', serif;
font-color: #333332;
font-size: 90%;
@ -1493,7 +1493,7 @@ html {
width: 0;
height: 0;
border: 20px solid transparent;
border-bottom-color: #ebebeb;
border-bottom-color: #ffffff;
}
.image-wrap img {
width: 100%;
@ -1717,7 +1717,7 @@ html {
margin-top: 1em;
padding-top: 2em;
padding-bottom: 3em;
background: #000000 url(../img/background-dark.png);
background-color: #000000;
}
.footer-wrap:before,
.footer-wrap:after {