aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2012-04-16 18:00:57 +0100
committerMatthew Somerville <matthew@mysociety.org>2012-04-16 18:00:57 +0100
commita95bf9181775d7e1ae0f6c58f5f7c50bd89f2d9b (patch)
treef86f2ea17b83dc62c60b3cdf9aeb804e2e390bba
parent5bae106ed685f4a16d2974c3784fbef97ffd4c85 (diff)
Make sure it's gone.
-rw-r--r--templates/web/bromley/header.html2
-rw-r--r--web/cobrands/bromley/layout.scss4
2 files changed, 5 insertions, 1 deletions
diff --git a/templates/web/bromley/header.html b/templates/web/bromley/header.html
index 3c88b6d20..527dd6b1f 100644
--- a/templates/web/bromley/header.html
+++ b/templates/web/bromley/header.html
@@ -77,7 +77,7 @@
</div>
</header>
- <div id="user-meta" class="mob-only">
+ <div id="user-meta">
[% IF c.user_exists %]
<p>
[% tprintf(loc('Hi %s'), c.user.name || c.user.email) %]
diff --git a/web/cobrands/bromley/layout.scss b/web/cobrands/bromley/layout.scss
index cd89dc890..ebc207613 100644
--- a/web/cobrands/bromley/layout.scss
+++ b/web/cobrands/bromley/layout.scss
@@ -41,6 +41,10 @@ body.frontpage {
display: none;
}
+#user-meta {
+ display: none;
+}
+
// Currently hiding, but do want some internal navigation somewhere at the end
.nav-wrapper {
display: none;