smock 0.1.193 → 0.1.194

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- smock (0.1.193)
4
+ smock (0.1.194)
5
5
  sass (= 3.2.19)
6
6
  thor (= 0.19.1)
7
7
 
@@ -66,3 +66,11 @@ abbr[title]
66
66
 
67
67
  .form-terms a
68
68
  color: $gray-light
69
+
70
+ .hint
71
+ +space(margin-top, 0.5)
72
+ +space(margin-bottom, 0.5)
73
+ width: 100%
74
+ display: block
75
+ a
76
+ display: underline
@@ -194,11 +194,6 @@ html.vr
194
194
  +font-size($first-font-size)
195
195
  +space(line-height, 3)
196
196
 
197
- .hint
198
- +space(line-height, 2)
199
- +span-columns(12)
200
- text-align: center
201
-
202
197
  .container
203
198
  +outer-container
204
199
  min-width: $max-width
data/examples/forms.html CHANGED
@@ -5,7 +5,7 @@
5
5
  <fieldset>
6
6
  <div class="input string optional"><label class="string optional" for="text_input">Text Input
7
7
  Label</label><input class="string optional" id="" name="text_input" type="text"></div>
8
- <p class="paragraph--hint">This is a hint that belongs on a form.</p>
8
+ <p class="hint">This is a hint that belongs on a form. This is an <a href="#">anchor pattern</a> in a hint.</p>
9
9
 
10
10
  <div class="">
11
11
  <label class="string optional" for="select_input">Select Input</label>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smock
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.193
4
+ version: 0.1.194
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-12-18 00:00:00.000000000 Z
12
+ date: 2014-12-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sass
@@ -451,7 +451,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
451
451
  version: '0'
452
452
  segments:
453
453
  - 0
454
- hash: 1269295148635685232
454
+ hash: 1910973575852280296
455
455
  required_rubygems_version: !ruby/object:Gem::Requirement
456
456
  none: false
457
457
  requirements:
@@ -460,7 +460,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
460
460
  version: '0'
461
461
  segments:
462
462
  - 0
463
- hash: 1269295148635685232
463
+ hash: 1910973575852280296
464
464
  requirements: []
465
465
  rubyforge_project: smock
466
466
  rubygems_version: 1.8.21