diff --git a/view/theme/dispy/nav.tpl b/view/theme/dispy/nav.tpl
index 2455105f26..d1a396f998 100644
--- a/view/theme/dispy/nav.tpl
+++ b/view/theme/dispy/nav.tpl
@@ -21,6 +21,9 @@ $langselector
{{ if $nav.network }}
$nav.network.1{{ endif }}
+ {{ if $nav.community }}
+
+ {{ endif }}
{{ if $nav.notifications }}
$nav.notifications.1{{ endif }}
{{ if $nav.messages }}
$nav.messages.1{{ endif }}
diff --git a/view/theme/dispy/style.css b/view/theme/dispy/style.css
index 8526b35a65..e9d11d601f 100644
--- a/view/theme/dispy/style.css
+++ b/view/theme/dispy/style.css
@@ -1112,6 +1112,11 @@ div[id$="wrapper"] br { clear: left; }
.cc-license { margin-top: 100px; font-size: 0.7em; }
footer { display: block; margin: 50px 20%; clear: both; }
+#profile-jot-text {
+ height: 20px;
+ color:#cccccc;
+ border: 1px solid #cccccc;
+}
/** acl **/
#photo-edit-perms-select,
#photos-upload-permissions-wrapper,