atlas_assets 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,15 +1,15 @@
1
1
  GIT
2
2
  remote: git://github.com/ixti/jekyll-assets.git
3
- revision: a9e859acff53f6c329e169a58482f11a2a47a37c
3
+ revision: 9ac861a2c494e517c2324cee1815d3fb1384c824
4
4
  specs:
5
- jekyll-assets (0.7.3)
5
+ jekyll-assets (0.7.4)
6
6
  jekyll (~> 1.0)
7
7
  sprockets (~> 2.10)
8
8
 
9
9
  PATH
10
10
  remote: .
11
11
  specs:
12
- atlas_assets (0.4.0)
12
+ atlas_assets (0.4.1)
13
13
  handlebars_assets (~> 0.12.1)
14
14
 
15
15
  GEM
@@ -100,6 +100,23 @@ Default Box
100
100
  </div>
101
101
  ~~~
102
102
 
103
+ It also works for gray lists.
104
+
105
+ <div class="box">
106
+ <div class="box-top">
107
+ Top
108
+ </div>
109
+ <ul class="list list-gray">
110
+ <li class="list-item list-padding">Item 1</li>
111
+ <li class="list-item list-padding">Item 2</li>
112
+ <li class="list-item list-padding">Item 3</li>
113
+ <li class="list-item list-padding">Item 4</li>
114
+ </ul>
115
+ <div class="box-bottom">
116
+ Bottom
117
+ </div>
118
+ </div>
119
+
103
120
 
104
121
  Variations
105
122
  ------
@@ -7615,6 +7615,9 @@ _________________________________________________________________ */
7615
7615
  border: none;
7616
7616
  background-color: white; }
7617
7617
 
7618
+ .box .list.list-gray {
7619
+ border: none; }
7620
+
7618
7621
  /* Box Styles
7619
7622
  --------------------------------------------------------- */
7620
7623
  .box.box-white {
@@ -34,6 +34,10 @@
34
34
  background-color: white;
35
35
  }
36
36
 
37
+ .box .list.list-gray {
38
+ border: none;
39
+ }
40
+
37
41
  /* Box Styles
38
42
  --------------------------------------------------------- */
39
43
 
@@ -1,5 +1,5 @@
1
1
  module Atlas
2
2
  module Assets
3
- VERSION = "0.4.0"
3
+ VERSION = "0.4.1"
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.4.0
4
+ version: 0.4.1
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-10-25 00:00:00.000000000 Z
12
+ date: 2013-10-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: handlebars_assets