Skip to content

Commit

Permalink
Updated component to version 2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Semantic-Pusher-Robot committed Sep 13, 2015
1 parent c79f267 commit 2a5b533
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 deletions.
4 changes: 4 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### Version 2.1.4 - Sep 13, 2015

- **Table** - Fixed issue where `(x) column segment table` was inheriting accidentally inheriting some grid styles

### Version 2.0.4 - July 17, 2015

- **Segment** - Added additional variables for `inverted` segment.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"framework"
],
"license": "MIT",
"version": "2.1.3"
"version": "2.1.4"
}
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Package.describe({
name : 'semantic:ui-segment',
summary : 'Semantic UI - Segment: Single component release',
version : '2.1.3',
version : '2.1.4',
git : 'git://github.com/Semantic-Org/UI-Segment.git',
});

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "semantic-ui-segment",
"version": "2.1.3",
"version": "2.1.4",
"title": "Semantic UI - Segment",
"description": "Single component release of segment",
"homepage": "http://www.semantic-ui.com",
Expand Down
5 changes: 3 additions & 2 deletions segment.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.1.3 - Segment
* # Semantic UI 2.1.4 - Segment
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down Expand Up @@ -75,7 +75,8 @@

/* Grid */
.ui.page.grid.segment,
.ui.grid .ui.segment.column {
.ui.grid > .row > .ui.segment.column,
.ui.grid > .ui.segment.column {
padding-top: 2em;
padding-bottom: 2em;
}
Expand Down
4 changes: 2 additions & 2 deletions segment.min.css

Large diffs are not rendered by default.

0 comments on commit 2a5b533

Please sign in to comment.