Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Commit

Permalink
fix some alignment for the bubble
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordon Koo committed Aug 22, 2012
1 parent 5de8755 commit 4f845d1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
4 changes: 2 additions & 2 deletions css/hopscotch.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion css/hopscotch.less
Expand Up @@ -46,10 +46,19 @@ div#hopscotch-bubble {
padding: @bubblePadding;
position: relative;
-webkit-font-smoothing: antialiased; /* to fix text flickering */

p {
margin: 10px 0;
padding: 0;
}
}

#hopscotch-bubble-content {
margin-left: @circleWidth + 10px;
margin: 0 0 0 (@circleWidth + 10px);

h3 {
margin: 0 @bubblePadding 0 0;
}
}

#hopscotch-bubble-close {
Expand Down

0 comments on commit 4f845d1

Please sign in to comment.