Skip to content

Commit

Permalink
Fix example CSS for standards mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Sep 23, 2010
1 parent ee58eed commit 0205385
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 6 additions & 0 deletions examples/example.css
@@ -1,9 +1,15 @@
html, body {
height: 100%;
}

body {
margin: 0;
background: #E5E0D9;
}

svg {
display: block;
overflow: hidden;
width: 100%;
height: 100%;
}
Expand Down
5 changes: 0 additions & 5 deletions examples/tipsy/tipsy.html
Expand Up @@ -9,11 +9,6 @@
@import url("../../lib/tipsy/tipsy.css");
@import url("../example.css");

body {
font: 12px Helvetica Neue;
overflow: hidden;
}

.layer circle {
fill: lightcoral;
fill-opacity: .5;
Expand Down

0 comments on commit 0205385

Please sign in to comment.