Skip to content

Commit

Permalink
Remove font size inheritance from shepherd-theme-arrows-plain-buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
adamschwartz committed Apr 11, 2014
1 parent 006cd33 commit df7988c
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shepherd",
"main": "shepherd.js",
"version": "0.4.6",
"version": "0.4.7",
"homepage": "https://github.com/HubSpot/shepherd",
"authors": [
"Zack Bloom <zackbloom@gmail.com>",
Expand Down
2 changes: 0 additions & 2 deletions css/shepherd-theme-arrows-plain-buttons.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,6 @@
border-bottom-color: #eeeeee; }
.shepherd-element.shepherd-theme-arrows-plain-buttons .shepherd-content {
padding: 0; }
.shepherd-element.shepherd-theme-arrows-plain-buttons .shepherd-content * {
font-size: inherit; }
.shepherd-element.shepherd-theme-arrows-plain-buttons .shepherd-content header {
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shepherd",
"version": "0.4.6",
"version": "0.4.7",
"description": "Guide your users through a tour of your app.",
"authors": [
"Adam Schwartz <adam.flynn.schwartz@gmail.com>",
Expand Down
3 changes: 0 additions & 3 deletions sass/shepherd-theme-arrows-plain-buttons.sass
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ $headerBackgroundColor: #eee
.#{ $themePrefix }-content
padding: 0

*
font-size: inherit

header
+border-radius(5px 5px 0 0)
background: $headerBackgroundColor
Expand Down
2 changes: 1 addition & 1 deletion shepherd.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! shepherd 0.4.5 */
/*! shepherd 0.4.7 */
/*! tether 0.6.5 */


Expand Down
4 changes: 2 additions & 2 deletions shepherd.min.js

Large diffs are not rendered by default.

0 comments on commit df7988c

Please sign in to comment.