Skip to content

Commit

Permalink
Updated distribution to version 2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Nov 1, 2015
1 parent b33cfe2 commit 9480fa0
Show file tree
Hide file tree
Showing 138 changed files with 2,867 additions and 2,574 deletions.
4 changes: 2 additions & 2 deletions components/accordion.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.1.4 - Accordion
* # Semantic UI 2.1.5 - Accordion
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down Expand Up @@ -129,7 +129,7 @@
.ui.styled.accordion,
.ui.styled.accordion .accordion {
border-radius: 0.28571429rem;
background: #ffffff;
background: #FFFFFF;
box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15), 0px 0px 0px 1px rgba(34, 36, 38, 0.15);
}
.ui.styled.accordion .title,
Expand Down
4 changes: 2 additions & 2 deletions components/accordion.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.1.4 - Accordion
* # Semantic UI 2.1.5 - Accordion
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down Expand Up @@ -592,5 +592,5 @@ $.extend( $.easing, {
}
});

})( jQuery, window , document );
})( jQuery, window, document );

4 changes: 2 additions & 2 deletions components/accordion.min.css

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

Loading

0 comments on commit 9480fa0

Please sign in to comment.