Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaswise committed May 10, 2016
1 parent 003a07a commit 422907a
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 4 deletions.
8 changes: 8 additions & 0 deletions dist/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.0.0-beta.19

### Fixed
- card caption bug

## 1.0.0-beta.18

### Added
Expand All @@ -13,6 +18,9 @@
### Removed
- Deleted selectors for `esri-icon-*`

### Removed
- Deleted selectors for `esri-icon-*`

## 1.0.0-beta.17

### Removed
Expand Down
1 change: 1 addition & 0 deletions dist/css/calcite-web-no-fonts.css
Original file line number Diff line number Diff line change
Expand Up @@ -6446,6 +6446,7 @@ input.input-group-input,

.card-caption {
position: absolute;
box-sizing: border-box;
width: 100%;
bottom: 0;
padding: 0.1705rem 1.023rem;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/calcite-web-no-fonts.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/css/calcite-web.css
Original file line number Diff line number Diff line change
Expand Up @@ -6568,6 +6568,7 @@ input.input-group-input,

.card-caption {
position: absolute;
box-sizing: border-box;
width: 100%;
bottom: 0;
padding: 0.1705rem 1.023rem;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/calcite-web.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/calcite-web.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/js/calcite-web.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/sass/calcite-web/components/_card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

@mixin card-caption () {
position: absolute;
box-sizing: border-box;
width: 100%;
bottom: 0;
padding: 0.11*$baseline 0.66*$baseline;
Expand Down

0 comments on commit 422907a

Please sign in to comment.