Skip to content

Commit

Permalink
opera compat
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Jan 5, 2011
1 parent a5a9c21 commit 5ae0483
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/style.css
Expand Up @@ -286,7 +286,8 @@ body { margin: 5em; border-radius: 10px; padding: 10px; font-family: 'PT Sans',

h1 { font: 60px/68px Sniglet, 'ChunkFiveRegular', Arial, sans-serif; margin: 20px auto; text-align: center; }
h1 span { display: block; color: white; }
canvas { width: 100%; margin-bottom: .4em; position:relative;}
canvas { width: 100%; height: 250px; /* interestinly, opera doesnt scale up the Canvas if you only change one of the dimensions */
margin-bottom: .4em; position:relative;}
#loading { width: 100%; display:block; position:relative; top: -150px; text-align: center; z-index: -1;}
label + fieldset { margin-top: -10px;}
fieldset { margin: 0 auto; width: 325px; margin-bottom: 1em; }
Expand Down

0 comments on commit 5ae0483

Please sign in to comment.