Skip to content

Commit

Permalink
fluid demo : slightly less margin to fix rounding errors in Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
desandro committed Jan 13, 2012
1 parent 7be3fc6 commit 8d07ab3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion css/style.css
Expand Up @@ -554,8 +554,10 @@ button {
padding: 5px 0;
}

/* right margin value is 0.1% less than calculated,
to allow for rounding errors in Firefox */
.fluid .box {
margin: 5px 1%;
margin: 5px 0.9% 5px 1%;
padding: 5px 1%;
}

Expand Down

0 comments on commit 8d07ab3

Please sign in to comment.