Skip to content

Commit

Permalink
Issue #3 - fixing the previous problem exposed some unwanted CSS - re…
Browse files Browse the repository at this point in the history
…set body background color
  • Loading branch information
bobbingwide committed Jul 7, 2016
1 parent f8903e9 commit 2c896e3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion oik-custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,11 @@ div.post-1463 p { border: black 1px dotted; background: #eeeeee; }

div.banner { max-width: 772px; margin: 0 auto; min-height: 250px; }
div.art-headerobject { background-image: url("images/oik-plugins.png"); background-repeat: no-repeat; left: 40%; margin-left: 0px; }
body { background-image: none; background-color: #ffffff;}

body {
background-image: none;
}

#art-page-background-glare { background-image: none; }
#art-page-background-middle-texture { background-image: none; }
div.art-logo { top: 50px; }
Expand Down

0 comments on commit 2c896e3

Please sign in to comment.