diff options
Diffstat (limited to 'web/cobrands/stevenage/layout.scss')
-rw-r--r-- | web/cobrands/stevenage/layout.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/web/cobrands/stevenage/layout.scss b/web/cobrands/stevenage/layout.scss index 17ef6a4c3..48018e478 100644 --- a/web/cobrands/stevenage/layout.scss +++ b/web/cobrands/stevenage/layout.scss @@ -14,7 +14,7 @@ padding-top: 0.75em; padding-bottom: 0.25em; background-color: #6b6969; - @include background(linear-gradient(#6b6969, #555454)); + @include linear-gradient(#6b6969, #555454); } } @@ -99,7 +99,7 @@ body.mappage { width: 29em; padding-top: 0.15em; z-index: 0; - @include background(linear-gradient(#6b6969, #555454)); + @include linear-gradient(#6b6969, #555454); } } } @@ -227,7 +227,7 @@ body.frontpage { .nav-wrapper { .nav-wrapper-2 { - @include background(linear-gradient(#222, #555 30%, #555 60%, #222)); + @include linear-gradient(#222, #555 30%, #555 60%, #222); } } // f432a72d - moved sticky sidebars down a bit to account for the larger header |