flashoff 0.0.18 → 0.0.19

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5308d408782031a08fff76ccdb3df5e84cddf692
4
- data.tar.gz: d7bedcbfa4b29cb6c1460c5f4d42052631786972
3
+ metadata.gz: eb0aa1d731bd7da67b0cc9bb9892b089c8f1c9ab
4
+ data.tar.gz: f0d090f6ff0a1b780da96f1cb82f9c1c4061fdae
5
5
  SHA512:
6
- metadata.gz: 6b82d44423c72cf6cabb36a8f0c3fbf2f3e4577555117d05262ad7679967b249b1a19615da04c92aa145f0d82ea20848c56250d62d3c3e2dc0fc06be836b13d2
7
- data.tar.gz: 36d1f008ce48d0c354d3494cdbdc99ba02db68724e74945b8d9071d5090f09752db4b3e7b547f3599c31a0f5d0dfaaf8221e8bf7164a9d591d263430856fee54
6
+ metadata.gz: a669660dc92291bbe6206d7677c70b3a9fbd03eba3757b2d317d08b0b7d3accff6d757e006bfc618b414ef320185ae75fdba8ab3a390801f8721ec0693071c68
7
+ data.tar.gz: c2302534da3fa6ee3102d8f2aa9680360ecf1610a97123705889d3681eb7d7706287462e549a6c6fa6f6e395cb53b7f5d615e80ced8dfc817af7e15a95c78989
@@ -1,3 +1,3 @@
1
1
  module Flashoff
2
- VERSION = "0.0.18"
2
+ VERSION = "0.0.19"
3
3
  end
@@ -59,7 +59,10 @@ input[type="color"],
59
59
  width: 100%;
60
60
  vertical-align: middle;
61
61
  }
62
- textarea { height: 140px; }
62
+ textarea {
63
+ height: 140px;
64
+ line-height: 22px;
65
+ }
63
66
  textarea:focus,
64
67
  input[type="text"]:focus,
65
68
  input[type="password"]:focus,
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flashoff
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.18
4
+ version: 0.0.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-12-30 00:00:00.000000000 Z
11
+ date: 2014-01-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler