Skip to content

Commit

Permalink
GRAILS-8439 fix default background for IE7 and IE8
Browse files Browse the repository at this point in the history
  • Loading branch information
rlovtangen authored and graemerocher committed Dec 5, 2011
1 parent 7f80cfc commit de3c170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-resources/src/war/css/main.css
Expand Up @@ -11,7 +11,7 @@ html {
background-image: -moz-linear-gradient(center top, #aaa, #ddd);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #aaa), color-stop(1, #ddd));
background-image: linear-gradient(top, #aaa, #ddd);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr = '#aaa', EndColorStr = '#ddd');
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr = '#aaaaaa', EndColorStr = '#dddddd');
background-repeat: no-repeat;
height: 100%;
/* change the box model to exclude the padding from the calculation of 100% height (IE8+) */
Expand Down

0 comments on commit de3c170

Please sign in to comment.