Browse Source

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)
pull/348/head
Christian 11 years ago
parent
commit
ac2b431288
  1. 1
      docs/assets/css/docs.css

1
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 {

Loading…
Cancel
Save