atlas_assets 0.3.1 → 0.3.2

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
@@ -9,7 +9,7 @@ GIT
9
9
  PATH
10
10
  remote: .
11
11
  specs:
12
- atlas_assets (0.3.1)
12
+ atlas_assets (0.3.2)
13
13
  handlebars_assets (~> 0.12.1)
14
14
 
15
15
  GEM
@@ -9,11 +9,10 @@ Tabs
9
9
 
10
10
  <div class="tabs-container row-fluid">
11
11
  <ul class="tabs span4">
12
- <li data-target="#home" class="tab-anchor active">
13
- Home<i class="icon-arrow-right-2"></i></li>
14
- <li data-target="#tab2" class="tab-anchor">Tab 1<i class="icon-arrow-right-2"></i></li>
15
- <li data-target="#tab3" class="tab-anchor">Tab 2<i class="icon-arrow-right-2"></i></li>
16
- <li data-target="#this-tab" class="tab-anchor">Tab 3<i class="icon-arrow-right-2"></i></li>
12
+ <li data-target="#home" class="tab-anchor active">Home<i class="icon-angle-right list-icon"></i></li>
13
+ <li data-target="#tab2" class="tab-anchor">Tab 1<i class="icon-angle-right list-icon"></i></li>
14
+ <li data-target="#tab3" class="tab-anchor">Tab 2<i class="icon-angle-right list-icon"></i></li>
15
+ <li data-target="#this-tab" class="tab-anchor">Tab 3<i class="icon-angle-right list-icon"></i></li>
17
16
  </ul>
18
17
 
19
18
  <div class="tab-content span8 box box-white">
@@ -29,11 +28,10 @@ Tabs
29
28
  ~~~html
30
29
  <div class="tabs-container row-fluid">
31
30
  <ul class="tabs span4">
32
- <li data-target="#home" class="tab-anchor active">
33
- Home<i class="icon-arrow-right-2"></i></li>
34
- <li data-target="#tab2" class="tab-anchor">Tab 1<i class="icon-arrow-right-2"></i></li>
35
- <li data-target="#tab3" class="tab-anchor">Tab 2<i class="icon-arrow-right-2"></i></li>
36
- <li data-target="#this-tab" class="tab-anchor">Tab 3<i class="icon-arrow-right-2"></i></li>
31
+ <li data-target="#home" class="tab-anchor active">Home<i class="icon-angle-right list-icon"></i></li>
32
+ <li data-target="#tab2" class="tab-anchor">Tab 1<i class="icon-angle-right list-icon"></i></li>
33
+ <li data-target="#tab3" class="tab-anchor">Tab 2<i class="icon-angle-right list-icon"></i></li>
34
+ <li data-target="#this-tab" class="tab-anchor">Tab 3<i class="icon-angle-right list-icon"></i></li>
37
35
  </ul>
38
36
 
39
37
  <div class="tab-content span8 box box-white">
@@ -20,7 +20,7 @@
20
20
  border-right: 2px solid $lighter_gray;
21
21
  border-top: 2px solid $lighter_gray;
22
22
 
23
- .icon-arrow-right-2 {
23
+ .list-icon {
24
24
  display: none;
25
25
  }
26
26
 
@@ -33,7 +33,7 @@
33
33
  cursor: pointer;
34
34
  }
35
35
 
36
- &.active .icon-arrow-right-2 {
36
+ &.active .list-icon {
37
37
  display: block;
38
38
 
39
39
  float: right;
@@ -1,5 +1,5 @@
1
1
  module Atlas
2
2
  module Assets
3
- VERSION = "0.3.1"
3
+ VERSION = "0.3.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: atlas_assets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
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: 2013-09-19 00:00:00.000000000 Z
12
+ date: 2013-09-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: handlebars_assets