From 7fdda14cb8d915e8593e15be9fce87c8224ac531 Mon Sep 17 00:00:00 2001 From: Bob Steffes Date: Sat, 30 Nov 2013 08:07:20 -0800 Subject: [PATCH] Reposition Markdown formatting link There's probably a better way to do this. Feedback welcome. --- views/options/social/tavern.jade | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/views/options/social/tavern.jade b/views/options/social/tavern.jade index 46a773f8f4..0ac3286980 100644 --- a/views/options/social/tavern.jade +++ b/views/options/social/tavern.jade @@ -104,9 +104,10 @@ .span8(ng-controller='ChatCtrl') h3 Tavern Talk include ./chat-box - small + small(style='position: relative; top: -130px; left: 26px; z-index: 10;') include ../../shared/formatting-help - alert.alert-info. - Note: if you're reporting a bug, the developers won't see it here. Please use Github instead. + small + alert.alert-info. + Note: if you're reporting a bug, the developers won't see it here. Please use Github instead. ul.unstyled.tavern-chat include ./chat-message