diff options
author | Matthew Somerville <matthew@mysociety.org> | 2014-11-19 15:12:27 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2014-11-19 15:22:00 +0000 |
commit | bb07940e9e3d6d80bd6af9d18ead285cdcdb26f2 (patch) | |
tree | 989e4db0e59967aca9545fe8d96e6ef977a6f780 /web/cobrands/sass/_base.scss | |
parent | a8f45b97bd0b91f714ff77fa9d3fbdf0e6981a15 (diff) |
Add encouraging message about help to admin front.
Fixes #929. Also move admin hint CSS to base CSS, not just layout.
Diffstat (limited to 'web/cobrands/sass/_base.scss')
-rw-r--r-- | web/cobrands/sass/_base.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/cobrands/sass/_base.scss b/web/cobrands/sass/_base.scss index d50d31e3e..5bc1105cf 100644 --- a/web/cobrands/sass/_base.scss +++ b/web/cobrands/sass/_base.scss @@ -1576,3 +1576,5 @@ table.nicetable { float: right; } } + +@import "_admin"; |