Skip to content

Commit

Permalink
Merge pull request #51 from Oxicode/patch-1
Browse files Browse the repository at this point in the history
Fix Bootstrap 3, issues #43 fix 43
  • Loading branch information
paulkinzett committed Apr 1, 2016
2 parents 6ba6e2a + 7b87b48 commit fbfde3e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions jquery.toolbar.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
.tool-container, .tool-item, .btn-toolbar {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}

.btn-toolbar {
background: #364347;
width: 20px;
Expand Down

0 comments on commit fbfde3e

Please sign in to comment.