Skip to content

Commit

Permalink
Package 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Feb 24, 2015
1 parent c85c032 commit 373578a
Show file tree
Hide file tree
Showing 114 changed files with 448 additions and 310 deletions.
2 changes: 1 addition & 1 deletion dist/components/accordion.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* # Semantic UI - 1.9.3
* # Semantic UI - 1.10.0
* https://github.com/Semantic-Org/Semantic-UI
* http://www.semantic-ui.com/
*
Expand Down
2 changes: 1 addition & 1 deletion dist/components/accordion.min.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/components/accordion.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 dist/components/ad.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* # Semantic UI - 1.9.3
* # Semantic UI - 1.10.0
* https://github.com/Semantic-Org/Semantic-UI
* http://www.semantic-ui.com/
*
Expand Down
2 changes: 1 addition & 1 deletion dist/components/ad.min.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/components/api.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 dist/components/breadcrumb.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* # Semantic UI - 1.9.3
* # Semantic UI - 1.10.0
* https://github.com/Semantic-Org/Semantic-UI
* http://www.semantic-ui.com/
*
Expand Down
2 changes: 1 addition & 1 deletion dist/components/breadcrumb.min.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* # Semantic UI - 1.9.3
* # Semantic UI - 1.10.0
* https://github.com/Semantic-Org/Semantic-UI
* http://www.semantic-ui.com/
*
Expand Down
2 changes: 1 addition & 1 deletion dist/components/button.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* # Semantic UI - 1.9.3
* # Semantic UI - 1.10.0
* https://github.com/Semantic-Org/Semantic-UI
* http://www.semantic-ui.com/
*
Expand Down
2 changes: 1 addition & 1 deletion dist/components/button.min.css

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

89 changes: 46 additions & 43 deletions dist/components/card.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* # Semantic UI - 1.9.3
* # Semantic UI - 1.10.0
* https://github.com/Semantic-Org/Semantic-UI
* http://www.semantic-ui.com/
*
Expand All @@ -16,48 +16,6 @@
*******************************/


/*--------------
Cards
---------------*/

.ui.cards {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin: -0.75em -0.5em;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.ui.cards > .card {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin: 0.75em 0.5em;
float: none;
}
.ui.cards:first-child,
.ui.card:first-child {
margin-top: 0em;
}
.ui.cards:last-child,
.ui.card:last-child {
margin-bottom: 0em;
}

/* Clearing */
.ui.cards:after,
.ui.card:after {
display: block;
content: ' ';
height: 0px;
clear: both;
overflow: hidden;
visibility: hidden;
}

/*--------------
Card
---------------*/
Expand Down Expand Up @@ -93,6 +51,51 @@
.ui.card a {
cursor: pointer;
}
.ui.card:first-child {
margin-top: 0em;
}
.ui.card:last-child {
margin-bottom: 0em;
}

/*--------------
Cards
---------------*/

.ui.cards {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin: -0.875em -0.5em;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.ui.cards > .card {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin: 0.875em 0.5em;
float: none;
}

/* Clearing */
.ui.cards:after,
.ui.card:after {
display: block;
content: ' ';
height: 0px;
clear: both;
overflow: hidden;
visibility: hidden;
}

/* Consecutive Card Groups Preserve Row Spacing */
.ui.cards ~ .ui.cards {
margin-top: 0.875em;
}

/*--------------
Rounded Edges
Expand Down
4 changes: 2 additions & 2 deletions dist/components/card.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/components/checkbox.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* # Semantic UI - 1.9.3
* # Semantic UI - 1.10.0
* https://github.com/Semantic-Org/Semantic-UI
* http://www.semantic-ui.com/
*
Expand Down
2 changes: 1 addition & 1 deletion dist/components/checkbox.min.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/components/checkbox.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 dist/components/comment.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* # Semantic UI - 1.9.3
* # Semantic UI - 1.10.0
* https://github.com/Semantic-Org/Semantic-UI
* http://www.semantic-ui.com/
*
Expand Down
2 changes: 1 addition & 1 deletion dist/components/comment.min.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/components/dimmer.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* # Semantic UI - 1.9.3
* # Semantic UI - 1.10.0
* https://github.com/Semantic-Org/Semantic-UI
* http://www.semantic-ui.com/
*
Expand Down
2 changes: 1 addition & 1 deletion dist/components/dimmer.min.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/components/dimmer.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 dist/components/divider.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* # Semantic UI - 1.9.3
* # Semantic UI - 1.10.0
* https://github.com/Semantic-Org/Semantic-UI
* http://www.semantic-ui.com/
*
Expand Down
2 changes: 1 addition & 1 deletion dist/components/divider.min.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/components/dropdown.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* # Semantic UI - 1.9.3
* # Semantic UI - 1.10.0
* https://github.com/Semantic-Org/Semantic-UI
* http://www.semantic-ui.com/
*
Expand Down
2 changes: 1 addition & 1 deletion dist/components/dropdown.min.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/components/dropdown.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 dist/components/feed.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* # Semantic UI - 1.9.3
* # Semantic UI - 1.10.0
* https://github.com/Semantic-Org/Semantic-UI
* http://www.semantic-ui.com/
*
Expand Down
2 changes: 1 addition & 1 deletion dist/components/feed.min.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/components/flag.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* # Semantic UI - 1.9.3
* # Semantic UI - 1.10.0
* https://github.com/Semantic-Org/Semantic-UI
* http://www.semantic-ui.com/
*
Expand Down
2 changes: 1 addition & 1 deletion dist/components/flag.min.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/components/form.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* # Semantic UI - 1.9.3
* # Semantic UI - 1.10.0
* https://github.com/Semantic-Org/Semantic-UI
* http://www.semantic-ui.com/
*
Expand Down
2 changes: 1 addition & 1 deletion dist/components/form.min.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/components/form.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 dist/components/grid.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* # Semantic UI - 1.9.3
* # Semantic UI - 1.10.0
* https://github.com/Semantic-Org/Semantic-UI
* http://www.semantic-ui.com/
*
Expand Down
2 changes: 1 addition & 1 deletion dist/components/grid.min.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/components/header.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* # Semantic UI - 1.9.3
* # Semantic UI - 1.10.0
* https://github.com/Semantic-Org/Semantic-UI
* http://www.semantic-ui.com/
*
Expand Down
2 changes: 1 addition & 1 deletion dist/components/header.min.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/components/icon.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* # Semantic UI - 1.9.3
* # Semantic UI - 1.10.0
* https://github.com/Semantic-Org/Semantic-UI
* http://www.semantic-ui.com/
*
Expand Down
2 changes: 1 addition & 1 deletion dist/components/icon.min.css

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

7 changes: 6 additions & 1 deletion dist/components/image.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* # Semantic UI - 1.9.3
* # Semantic UI - 1.10.0
* https://github.com/Semantic-Org/Semantic-UI
* http://www.semantic-ui.com/
*
Expand Down Expand Up @@ -37,6 +37,11 @@ img.ui.image {
States
*******************************/

.ui.hidden.images,
.ui.hidden.image {
display: none;
}
.ui.disabled.images,
.ui.disabled.image {
cursor: default;
opacity: 0.3;
Expand Down
4 changes: 2 additions & 2 deletions dist/components/image.min.css

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

Loading

0 comments on commit 373578a

Please sign in to comment.