Skip to content

Commit

Permalink
Correct CSS to center correctly on IE 9+
Browse files Browse the repository at this point in the history
  • Loading branch information
idmillington committed Jul 24, 2014
1 parent f759d1d commit 831dd79
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions games/media/css/undum.css
Expand Up @@ -199,10 +199,11 @@ img.float_left {

#tools_wrapper {
position: fixed;
width: 100%;
max-width: 56em;
top: 2.2em;
left: 0.4em;
right: 0.4em;
left: 0;
right: 0;
margin: 0 auto;
display: none; /* Shown by Javascript */
}
Expand All @@ -217,11 +218,12 @@ img.float_left {
line-height: 1.5em;
}
.tools.left {
left: 0;
left: 0.4em;
}
.tools.right {
right: 0;
right: 0.4em;
}

.tools h1 {
font-size: 1.0em;
font-weight: normal;
Expand Down

0 comments on commit 831dd79

Please sign in to comment.