diff options
author | Josh Angell <jbangell@gmail.com> | 2012-03-09 11:46:03 +0000 |
---|---|---|
committer | Josh Angell <jbangell@gmail.com> | 2012-03-09 11:46:03 +0000 |
commit | 1dfc915c3546ca508c2964c12cf890c8f90e7b9a (patch) | |
tree | e6ecb08ef98a98eced83468ade0f2f75fe8f9af7 | |
parent | 60cc1906bd594e208d81279de328cf8c0c2c6aa0 (diff) |
Also added the general-sidebar-notes to the no-js case so they mainline there as well.
-rw-r--r-- | web/cobrands/fixmystreet/layout.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/cobrands/fixmystreet/layout.scss b/web/cobrands/fixmystreet/layout.scss index f1362bc81..5b03fa902 100644 --- a/web/cobrands/fixmystreet/layout.scss +++ b/web/cobrands/fixmystreet/layout.scss @@ -749,6 +749,7 @@ textarea.form-error { } } +.no-js .general-sidebar-notes, .no-js #report-a-problem-sidebar { position: static; width: auto; |