diff options
author | Zarino Zappia <mail@zarino.co.uk> | 2020-08-11 10:28:36 +0100 |
---|---|---|
committer | Zarino Zappia <mail@zarino.co.uk> | 2020-08-14 10:19:55 +0100 |
commit | 94fd60a02ae7c57993c893ca13c7419002b11cf9 (patch) | |
tree | 50b27c001f4c33134cddb46e24a4e75d4e5f926d /docs | |
parent | 74366070ab45aaecd3e186fcc827252607422e82 (diff) |
[Docs] Remove mySociety header from FMS Pro manual
Matches the corresponding change on the societyworks.org site:
https://github.com/mysociety/orgsites/issues/1156
Diffstat (limited to 'docs')
-rw-r--r-- | docs/_layouts/pro.html | 14 | ||||
-rw-r--r-- | docs/_sass/fixmystreet-pro.scss | 26 |
2 files changed, 1 insertions, 39 deletions
diff --git a/docs/_layouts/pro.html b/docs/_layouts/pro.html index e01d61688..b16010269 100644 --- a/docs/_layouts/pro.html +++ b/docs/_layouts/pro.html @@ -21,20 +21,6 @@ </head> <body{% if page.bodyclass %} class="{{ page.bodyclass }}"{% endif %}> - - <div class="ms-header"> - <div class="container"> - <div class="row"> - <div class="col-sm-3 col-sm-push-9 ms-header__logo"> - <a href="https://www.mysociety.org/">mySociety</a> - </div> - <a class="col-sm-9 col-sm-pull-3 ms-header__back-to-fms" href="https://www.fixmystreet.com"> - <p><i class="glyphicon glyphicon-chevron-left"></i> <strong>Return to FixMyStreet.com</strong> to report a street issue in the UK</p> - </a> - </div> - </div> - </div> - <header class="site-header"> <div class="container"> <a href="https://www.societyworks.org/" class="site-logo" aria-label="SocietyWorks home">SocietyWorks</a> diff --git a/docs/_sass/fixmystreet-pro.scss b/docs/_sass/fixmystreet-pro.scss index 9670b526c..a449eed36 100644 --- a/docs/_sass/fixmystreet-pro.scss +++ b/docs/_sass/fixmystreet-pro.scss @@ -5,29 +5,7 @@ * the mySociety standard header - the following resets a lot of this */ - $pro-yellow: #FED876; - - .ms-header { - border: 0; - } - -.ms-header__logo { - - border-radius: 0; - background-position: 0 0; - background-size: 0 0 ; - background-repeat: no-repeat; - background-image: none; - width: auto; - height: auto; - display: block; - position: static; - right: auto; - top: auto; - background-color: transparent; - background-repeat: no-repeat; - margin: 10px 0; -} +$pro-yellow: #FED876; .site-header { background-color: white; @@ -81,14 +59,12 @@ h4 { // user guide view, for printing (but these styles will be visible on screen too .user-guide-print { - .ms-header, .mysoc-footer, .site-nav, .secondary-content-column, a[href="#main-nav"] { display: none !important; visibility: hidden; - } .main-content-column { |