Skip to content

Commit

Permalink
Clean up syntax errors in stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
peroo committed Jul 19, 2012
1 parent 65c44db commit f6223c4
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions style/style.css
Expand Up @@ -13,10 +13,7 @@ html,body
overflow : hidden;}
html
{background-color : #fff;
/* background-image : -o-linear-gradient(top,#ededed 0%,#fbfbfb 100%);
background-image : linear-gradient(top,#ededed 0%,#fbfbfb 100%); */
background-image : -o-linear-gradient(top,#e6e7e8 0%,#f2f2f2 100%);
background-image : linear-gradient(top,#e6e7e8 0%,#f2f2f2 100%);
background-image : -o-linear-gradient(top,rgba(230, 231, 232, 0), rgba(242,242,242,1.0));
height : 100%;}
body
{font : 8px/12px Helvetica,Arial,sans-serif;
Expand All @@ -25,8 +22,7 @@ header
{height : 14px;
line-height : 14px;
background-color : #cc0f16;
background-image : -o-linear-gradient(top,#b60f15 0%,#cc0f16 100%);
background-image : linear-gradient(top,#b60f15 0%,#cc0f16 100%);
background-image : -o-linear-gradient(top,rgba(182,15,21,0), rgba(204,15,22, 1.0));
color : #fff;
overflow : hidden;
border-bottom : 1px solid #830014;
Expand Down

0 comments on commit f6223c4

Please sign in to comment.