mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-01 23:40:25 +00:00
Re-modify position of markdown down formatting link
I think this one makes more sense than previous PR and it also adjust spacing of Note. Still interested in feedback (would it make sense to add to docs.css and call a class or just do it inline? This is also first time, I've submitted a change to a pull request (and I'm not sure what's gonna happen). Hopefully github is smart and just modifies the previous commit (but we'll see).
This commit is contained in:
parent
7fdda14cb8
commit
db7e582c95
1 changed files with 6 additions and 6 deletions
|
|
@ -103,11 +103,11 @@
|
|||
|
||||
.span8(ng-controller='ChatCtrl')
|
||||
h3 Tavern Talk
|
||||
include ./chat-box
|
||||
small(style='position: relative; top: -130px; left: 26px; z-index: 10;')
|
||||
include ../../shared/formatting-help
|
||||
small
|
||||
alert.alert-info.
|
||||
Note: if you're reporting a bug, the developers won't see it here. Please <a href='https://github.com/HabitRPG/habitrpg/issues' target='_blank'>use Github instead</a>.
|
||||
small(style='position: relative; top: 27px; left: -100px; z-index: 10;')
|
||||
include ../../shared/formatting-help
|
||||
include ./chat-box
|
||||
small(style='position: relative; top: 58px; left: 0px')
|
||||
alert.alert-info.
|
||||
Note: if you're reporting a bug, the developers won't see it here. Please <a href='https://github.com/HabitRPG/habitrpg/issues' target='_blank'>use Github instead</a>.
|
||||
ul.unstyled.tavern-chat
|
||||
include ./chat-message
|
||||
|
|
|
|||
Loading…
Reference in a new issue