Browse Source

Update docs.scss too for PR #348 and run `grunt`.

pull/411/head
XhmikosR 11 years ago
parent
commit
9731fd634d
  1. 2
      docs/assets/css/docs.css
  2. 2
      docs/assets/css/docs.min.css
  3. 1
      sass/docs.scss

2
docs/assets/css/docs.css

@ -57,7 +57,7 @@ body {
.docs-sub-header { .docs-sub-header {
position: relative; position: relative;
background-image: linear-gradient(45deg, #0a1855 0%, #da0024 100%); background-image: linear-gradient(45deg, #0a1855 0%, #da0024 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a1855', endColorstr='#da0024',GradientType=0 ); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a1855', endColorstr='#da0024', GradientType=0 );
} }
.docs-header { .docs-header {

2
docs/assets/css/docs.min.css vendored

File diff suppressed because one or more lines are too long

1
sass/docs.scss

@ -64,6 +64,7 @@ body {
.docs-sub-header { .docs-sub-header {
position: relative; position: relative;
background-image: linear-gradient(45deg, #0a1855 0%,#da0024 100%); background-image: linear-gradient(45deg, #0a1855 0%,#da0024 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a1855', endColorstr='#da0024', GradientType=0 );
} }
.docs-header { .docs-header {
height: 100vh; height: 100vh;

Loading…
Cancel
Save