diff options
-rw-r--r-- | web/cobrands/oxfordshire/layout.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/web/cobrands/oxfordshire/layout.scss b/web/cobrands/oxfordshire/layout.scss index 2f057c6fc..3bcd040ca 100644 --- a/web/cobrands/oxfordshire/layout.scss +++ b/web/cobrands/oxfordshire/layout.scss @@ -85,6 +85,14 @@ body.twothirdswidthpage { } } +// show the sidebar tips and notices in the document flow, i.e., in the +// left-hand column, rather than in smaller text above the map +.general-sidebar-notes, +#report-a-problem-sidebar { + top: 1em; + left: 29em; +} + // To prevent font size larger interfering with the fixed Oxfordshire layout .container { width: auto; |