Skip to content

Commit

Permalink
Fix for help button missposition on non-webkit browsers.
Browse files Browse the repository at this point in the history
  • Loading branch information
Twipped committed May 24, 2011
1 parent ba5a99f commit 86d747b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wmd.css
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
.wmd-help-button:hover {background-position: -240px -40px;}
.wmd-help-button.disabled {background-position: -240px -20px;}

.wmd-help-button {position:absolute;right: 0px; background-position: -240px 0;}
.wmd-help-button {position:absolute;top:5px;right: 0px; background-position: -240px 0;}


.wmd-prompt-background
Expand Down

0 comments on commit 86d747b

Please sign in to comment.