pure-css-reset-rails 1.1.4 → 1.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c0c5a21c9100eb0af15fc3dbdeb85616235197ef
4
- data.tar.gz: 08e3f6ff878e8e00b2977eb480d662405d79c874
3
+ metadata.gz: 4c67796804d2b62bbe834d247e6cfec3beaef0f6
4
+ data.tar.gz: 8fc5af5eb3915c36fa288e8844a3eb5a4d3a41d0
5
5
  SHA512:
6
- metadata.gz: d570c57f60148d6429d3070545272e98ba395559e11be298e8cdd082436cee3f7abd1b914609b73cbd647a09b7098208edd9518b1c60a0ac3192606efa248ebd
7
- data.tar.gz: d7fb83a67507c928aff2119d4d39800a6f4708c9172386d296fdd1e48584f53122081b3e76a841411e3d31c8faa727ecde3f140ce441d0b118c9d1de29bd42b3
6
+ metadata.gz: 559702fe7b3390bb742f8ea11f00929d3151d551ca5a519f7823ea53ed257f0657bc846a8e763151fe070b5e1732bd0ed4937f581c9314ff2af25d1ee59d9e49
7
+ data.tar.gz: 4bd24842d587a2a8d3b80f67c05875a6b54fcc4c9db21e45048a7edd8717ba689ba7c425e0daf7412805cd742194ccae95da4f2e21f27e9d8d39b123b74d4fb6
@@ -1,7 +1,7 @@
1
1
  module PureCSS
2
2
  module Reset
3
3
  module Rails
4
- VERSION = "1.1.4"
4
+ VERSION = "1.1.5"
5
5
  end
6
6
  end
7
7
  end
@@ -309,18 +309,18 @@ input[type="file"] {
309
309
  box-sizing: border-box;
310
310
  display: table-cell;
311
311
  line-height: normal;
312
- min-width: 2em;
312
+ width: 1%;
313
313
  padding: 0;
314
314
  text-align: center;
315
315
  vertical-align: middle;
316
316
  white-space: nowrap;
317
317
  }
318
318
 
319
- .pure-form .addon-wrapper .input-addon.prefix {
319
+ .pure-form .addon-wrapper .input-addon:first-child {
320
320
  border-right: 0;
321
321
  }
322
322
 
323
- .pure-form .addon-wrapper .input-addon.suffix {
323
+ .pure-form .addon-wrapper .input-addon:last-child {
324
324
  border-left: 0;
325
325
  }
326
326
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pure-css-reset-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.4
4
+ version: 1.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Grant Colegate