From ac2b4312880f5d261d703ce98c235ed3e50b75bc Mon Sep 17 00:00:00 2001 From: Christian Date: Fri, 28 Feb 2014 22:59:35 +0900 Subject: [PATCH] Update docs.css Add that red to blue gradient background for IE9 and lower. (note it doesn't display at 45 degree angle, but better having this than it just displaying as a white background) --- docs/assets/css/docs.css | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 73a3a0a..c1c8bbf 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -27,6 +27,7 @@ body { .docs-sub-header { position: relative; background-image: linear-gradient(45deg, #0a1855 0%, #da0024 100%); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a1855', endColorstr='#da0024',GradientType=0 ); } .docs-header:before, .docs-sub-header:before {