Skip to content

Commit

Permalink
Place texture on HTML element.
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Mar 17, 2013
1 parent 9fa84b5 commit 0725d7a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions theme/static/css/style.css
Expand Up @@ -13,11 +13,14 @@ code, pre {
} }




body { html {
padding-top: 20px;
background: rgb(236, 236, 236) url(/theme/img/fabric_plaid.png); background: rgb(236, 236, 236) url(/theme/img/fabric_plaid.png);
box-shadow: inset 0 10px 100px -30px rgba(0, 0, 0, 0.5); box-shadow: inset 0 10px 100px -30px rgba(0, 0, 0, 0.5);
} }
body {
padding-top: 20px;
background-color: transparent;
}




.page-header { .page-header {
Expand Down Expand Up @@ -170,7 +173,6 @@ a {
} }





.comments { .comments {
margin-top: 5em; margin-top: 5em;
} }
Expand Down

0 comments on commit 0725d7a

Please sign in to comment.