diff options
author | Dave Whiteland <dave@mysociety.org> | 2013-07-30 07:53:05 +0100 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2013-08-02 18:50:28 +0100 |
commit | 6f534b802fd57b5c10cd37debe75b52dbc57b8ea (patch) | |
tree | 94a8ca4b877a79910473f82c7ddbe76a6f477eef /web | |
parent | aee00078ab7cee9df773bbe68a11af14b1496df8 (diff) |
fix relative css path in reading cobrand
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/reading/css.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/cobrands/reading/css.scss b/web/cobrands/reading/css.scss index d25d73156..96e0fcbba 100644 --- a/web/cobrands/reading/css.scss +++ b/web/cobrands/reading/css.scss @@ -7,7 +7,7 @@ $header_darker: #ecf5fd; $map_width: 420px; -@import "../../../css/main-import"; +@import "../../css/main-import"; p.thirdParty#reading-logo { margin-top: 0px; |