diff --git a/templates/zephyr/home.html b/templates/zephyr/home.html index 615ab006f2..be5403124d 100644 --- a/templates/zephyr/home.html +++ b/templates/zephyr/home.html @@ -119,6 +119,7 @@
+ Formatting help
diff --git a/templates/zephyr/index.html b/templates/zephyr/index.html index d3461e8ab0..1215c26b41 100644 --- a/templates/zephyr/index.html +++ b/templates/zephyr/index.html @@ -123,12 +123,6 @@ var people_list = [ Keyboard shortcuts -
  • - - - Formatting help - -
  • diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index 9ee5c68b0a..e2aa21cac3 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -367,6 +367,11 @@ input.recipient_box { float: right; } +#fmt_help_link { + margin-right: 20px; + font-size: 90%; +} + #top_statusbar { position: fixed; /* .message_list max-width + 30px margin */