Skip to content
This repository has been archived by the owner on Jan 31, 2018. It is now read-only.

Commit

Permalink
Tweak padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Cranfill committed Oct 8, 2014
1 parent 982c970 commit 8a3407d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions demo/static/css/main.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion demo/static/js/component.min.js

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

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ <h3 class="docs-pattern_header">.expandable__padded (modifier)</h3>
content: '';
display: block;
height: 1px;
margin-bottom: 0.9375em;
margin-bottom: 1em;
background: #babbbd;
}</code></pre>
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/static/css/main.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/static/js/component.min.js

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

2 changes: 1 addition & 1 deletion src/less/cf-expandables.less
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@
content: '';
display: block;
height: 1px;
margin-bottom: unit(15px / @base-font-size-px, em);
margin-bottom: unit(16px / @base-font-size-px, em);
background: @gray-50;
}
}
Expand Down

0 comments on commit 8a3407d

Please sign in to comment.