Skip to content

Commit

Permalink
Make the highlighted backdrop step area smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
sorich87 committed May 12, 2014
1 parent 9f60997 commit 04383f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/assets/coffee/docs.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ $ ->
duration: 5000
,
path: "/api"
element: "#methods"
element: "#methods table"
placement: "top"
title: "A new shiny Backdrop option"
content: """
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/js/docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ $(function() {
duration: 5000
}, {
path: "/api",
element: "#methods",
element: "#methods table",
placement: "top",
title: "A new shiny Backdrop option",
content: "If you need to highlight the current step's element, activate the backdrop and you won't lose\nthe focus anymore!",
Expand Down

0 comments on commit 04383f5

Please sign in to comment.