smock 0.1.260 → 0.1.261

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.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- smock (0.1.260)
4
+ smock (0.1.261)
5
5
  sass (= 3.2.19)
6
6
  thor (= 0.19.1)
7
7
 
@@ -14,6 +14,10 @@ hr
14
14
  margin-top: 0
15
15
  +space(margin-bottom, 1)
16
16
 
17
+ .hr--large
18
+ margin-top: 0
19
+ +space(margin-bottom, 2)
20
+
17
21
  .l-container
18
22
  +outer-container
19
23
  min-width: $max-width
@@ -1,5 +1,6 @@
1
1
  .nav-tab
2
2
  +space(margin-bottom, 1)
3
+ +bottom-horizontal-rule(2)
3
4
 
4
5
  .nav-tab__item
5
6
  display: inline
@@ -24,9 +24,25 @@
24
24
 
25
25
  <main>
26
26
  <div class="container">
27
- <h2 class="s-no-below th-size-large">
27
+ <h2 class="th-size-large">
28
28
  Professional Logo Design <span class="heading__inline">7 days, 4 revisions</span>
29
29
  </h2>
30
+
31
+ <ul class="nav-tab">
32
+ <li class="nav-tab__item"><a href="#" class="nav-tab__item__link --active">Messages</a></li>
33
+ <li class="nav-tab__item"><a href="#" class="nav-tab__item__link">Attachments</a></li>
34
+ <li class="nav-tab__item"><a href="#" class="nav-tab__item__link">Order Details</a></li>
35
+ <li class="nav-tab__item"><a href="#" class="nav-tab__item__link">Custom Job</a></li>
36
+ <li class="nav-tab__item"><a href="#" class="nav-tab__item__link">Need Help?</a></li>
37
+ </ul>
38
+
39
+ <section>
40
+ <span class="online__indicator" title="Online Now"><i class="svg__online-dot"></i></span>
41
+ <h4 class="no-margin">Dexter <span class="heading__inline">Indonesia</span></h4>
42
+ <div class="hr--large"></div>
43
+ </section>
44
+
45
+ <p>Such text.</p>
30
46
  </div>
31
47
  </main>
32
48
 
data/index.html CHANGED
@@ -42,7 +42,6 @@
42
42
  <li><a href="#testimonials" rel="testimonials">Testimonials</a></li>
43
43
  <li><a href="#filters" rel="filters">Search Filters</a></li>
44
44
  <li><a href="#contests" rel="contests">Contests</a></li>
45
- <li><a href="#navigation" rel="navigation">Navigation</a></li>
46
45
  <li><a href="#messages" rel="messages">Messages</a></li>
47
46
  </ul>
48
47
  </div>
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.260
4
+ version: 0.1.261
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -307,7 +307,6 @@ files:
307
307
  - examples/messages.html
308
308
  - examples/metrics.html
309
309
  - examples/molecules.html
310
- - examples/navigation.html
311
310
  - examples/onlinenow.html
312
311
  - examples/organisims.html
313
312
  - examples/pages/affiliates.html
@@ -2375,7 +2374,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
2375
2374
  version: '0'
2376
2375
  segments:
2377
2376
  - 0
2378
- hash: -3848927285513068625
2377
+ hash: 333714543740095206
2379
2378
  required_rubygems_version: !ruby/object:Gem::Requirement
2380
2379
  none: false
2381
2380
  requirements:
@@ -2384,7 +2383,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
2384
2383
  version: '0'
2385
2384
  segments:
2386
2385
  - 0
2387
- hash: -3848927285513068625
2386
+ hash: 333714543740095206
2388
2387
  requirements: []
2389
2388
  rubyforge_project: smock
2390
2389
  rubygems_version: 1.8.23.2
@@ -1,10 +0,0 @@
1
- <h2>Navigation</h2>
2
-
3
- <div class="example">
4
- <ul class="nav-tab">
5
- <li class="nav-tab__item"><a href="#" class="nav-tab__item__link --active">Messages</a></li>
6
- <li class="nav-tab__item"><a href="#" class="nav-tab__item__link">Files</a></li>
7
- <li class="nav-tab__item"><a href="#" class="nav-tab__item__link">Custom Job</a></li>
8
- <li class="nav-tab__item"><a href="#" class="nav-tab__item__link">Need Help?</a></li>
9
- </ul>
10
- </div>