Skip to content

Commit

Permalink
css tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
dadambickford committed Apr 19, 2012
1 parent f7881b6 commit 22d0b92
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,32 +12,21 @@
/* Generated by Font Squirrel (http://www.fontsquirrel.com)*/
}

html {
html, body, #background, #container {
height:100%;
width:100%;
overflow:hidden;
}

body {
height:100%;
width:100%;
/*background: url("../images/pdx_bg_1024.jpg") no-repeat center center fixed;*/
font-family: TrajanPro, times, verdana;
color:black;
overflow:hidden;
}

#background {
z-index:-1;
position:absolute;
overflow:hidden;
height:100%;
width:100%;
}

#container {
height:100%;
width:100%;
}

#main {
Expand Down

0 comments on commit 22d0b92

Please sign in to comment.