diff options
author | Chris Mytton <self@hecticjeff.net> | 2013-08-12 11:20:15 +0100 |
---|---|---|
committer | Chris Mytton <self@hecticjeff.net> | 2013-08-12 11:20:15 +0100 |
commit | b78a1cf9a49164faffda3c5d44d01fb60b436306 (patch) | |
tree | 8ab59973f40479a6a70dc99487ef14919a26724e | |
parent | 953fb6764a9615d30677383f658a2d8d09fefd8b (diff) |
Don't put the text in the document flow
-rw-r--r-- | web/cobrands/oxfordshire/layout.scss | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/web/cobrands/oxfordshire/layout.scss b/web/cobrands/oxfordshire/layout.scss index e39d51226..2f057c6fc 100644 --- a/web/cobrands/oxfordshire/layout.scss +++ b/web/cobrands/oxfordshire/layout.scss @@ -85,19 +85,6 @@ 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 { - position: static; - width: auto; - @include box-shadow(rgba(0, 0, 0, 0), 0, 0, 0); - .sidebar-tips, - .sidebar-notes { - font-size:1em; - } -} - // To prevent font size larger interfering with the fixed Oxfordshire layout .container { width: auto; |