Skip to content

Commit

Permalink
Explicit display:block for header to fix FF (and prolly IE) bug
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviershay committed Dec 18, 2010
1 parent 7b7c6ea commit 2e2635d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/index.html
Expand Up @@ -37,6 +37,7 @@
} }
header { header {
margin-bottom: 2em; margin-bottom: 2em;
display: block;
} }
section h1 { section h1 {
/* font-family: 'AmerikaRegular'; */ /* font-family: 'AmerikaRegular'; */
Expand Down

0 comments on commit 2e2635d

Please sign in to comment.