Skip to content

Commit

Permalink
JS 2
Browse files Browse the repository at this point in the history
  • Loading branch information
asika32764 committed Mar 20, 2014
1 parent 2b51711 commit f0b2682
Show file tree
Hide file tree
Showing 7 changed files with 63 additions and 4 deletions.
24 changes: 24 additions & 0 deletions dist/css/bootstrap3-adapter.css

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

2 changes: 1 addition & 1 deletion dist/css/bootstrap3-adapter.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/bootstrap3-adapter.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/dist/css/bootstrap3-adapter.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/dist/css/bootstrap3-adapter.min.css

Large diffs are not rendered by default.

34 changes: 34 additions & 0 deletions less/accordion.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
//
// Accordion
// --------------------------------------------------


// Parent container
.accordion {
margin-bottom: @baseLineHeight;
}

// Group == heading + body
.accordion-group {
margin-bottom: 2px;
border: 1px solid #e5e5e5;
.border-radius(@baseBorderRadius);
}
.accordion-heading {
border-bottom: 0;
}
.accordion-heading .accordion-toggle {
display: block;
padding: 8px 15px;
}

// General toggle styles
.accordion-toggle {
cursor: pointer;
}

// Inner needs the styles because you can't animate properly with any styles on the element
.accordion-inner {
padding: 9px 15px;
border-top: 1px solid #e5e5e5;
}
1 change: 1 addition & 0 deletions less/bootstrap3-adapter.less
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@

// Components w/ JavaScript
@import "modals.less";
@import "accordion.less";
// @import "tooltip.less";
// @import "popovers.less";
// @import "carousel.less";
Expand Down

0 comments on commit f0b2682

Please sign in to comment.