Skip to content

Commit

Permalink
examples: fixed conflicting body & html background
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed May 21, 2016
1 parent 7481b98 commit 6a671fd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions examples/assets/style.css
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
html.arrow {
background: url(arrow.png) no-repeat bottom right;
height: 100%;
}

body {
html {
font: 15px/1.5 Tahoma, sans-serif;
color: #333;
background: #fff;
margin: 1.6em;
margin: 0 1.6em;
padding: 0;
}

html.arrow {
background: #fff url(arrow.png) no-repeat bottom right;
height: 100%;
}

h1 {
font-size: 210%;
font-weight: normal;
Expand Down

0 comments on commit 6a671fd

Please sign in to comment.