atlas_assets 0.5.2 → 0.5.3

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.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- OTRhYjJiMGQ3NGQ1OTIwN2JhMWI0NDRjOWM1ZTk3NjVhYjNiMjE2NA==
4
+ Y2M0N2YxY2M4YTJlMzcwM2E3MjU1ZjUwMDFjMDc5ZDllNDBkYmRiNg==
5
5
  data.tar.gz: !binary |-
6
- MmY5MWViNmZhNDY5MWFjYjkzMzliY2I5OTllNjBiYjRmYjllNGU2MA==
6
+ NTViZTQwMzE0MjBlODViNjY5NDBjNjk4NTNmZjlhYmNmNDFiYzljMQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- N2UzYWZhZWJhNzE5ZTdjZWU4MWQxNmYwMTBlNDg1N2NmYzMxNmZlODUxM2Zl
10
- MzQ5NGY3ZGY5ODY5ZDc2ODU1ZmMzZmZhMTIwMWZmOGM0NjQ4Yjk1ZWEyNWQ0
11
- ODc2MDU2NDBjZDc0MmZjM2IwOTMyN2VkYjg0YzBkOWNiMDgwMjc=
9
+ YmQwZWI2NjBiOTZmYTljMDQwYTliMGUzYWE3OWQ2N2I4OGFhOWRjNTllNjAx
10
+ YzRjZmQ0NmZhODM4NTIxNTFiMGYzZDk4MzQyZjQ1YTQzYTdmYWYyMjZlZTIy
11
+ MmE2NTEyZDZkYTQ5ZTQ2M2Q0YjcxYmY2NDk0ZjBjNTQwNjliOWI=
12
12
  data.tar.gz: !binary |-
13
- OWM0OTExMDNkNDVkN2Q2MDgzYmU1YmM4NWQxYzIwN2Q1ZDQyNjJkZjc5Yzg1
14
- YWU0MTdiYjM4NTE2NTUzOTc3ZDkzYzVhNTUzODI0ZjFkOGM3ZjJhNmM3MzE5
15
- MjE2MDNmZGVjZmMzNGUwOWVhMTAwYjYxZWE2MGE5NWU2NmU5ODI=
13
+ MGU0MWY4NWZmMWZiNjZiNzIzOGUwNzEwYmQ0MWYyMmNmNzU1YTIzYTg5MTcz
14
+ NTkxMmYzZTk3ZGU2NTJlYjJlMDI0MWNiNDA3YmZjYjJlZTk0MGUyNmNmYWM4
15
+ YmMwZTA5N2M3NWYzMWJjYmM0NGU5YjFmNGRiM2IyY2E3MDA3NjY=
data/Gemfile.lock CHANGED
@@ -9,7 +9,7 @@ GIT
9
9
  PATH
10
10
  remote: .
11
11
  specs:
12
- atlas_assets (0.5.1)
12
+ atlas_assets (0.5.2)
13
13
  handlebars_assets (~> 0.12.2)
14
14
 
15
15
  GEM
@@ -36,6 +36,16 @@ This is a normal <i class="ICONCLASS"></i> icon.
36
36
  <i class="icn-round icn-warning ICONCLASS"></i>
37
37
  ~~~
38
38
 
39
+ <p>You can also create small versions of round icons by adding a class of "small", like this: <i class="icn-round icn-small glyphicons ok_2"></i> <i class="icn-round icn-small icn-info icon-info"></i> <i class="icn-round icn-small icn-error glyphicons remove_2"></i> <i class="icn-round icn-small icn-success glyphicons ok_2"></i> <i class="icn-round icn-small icn-warning icon-exclamation"></i> <i class="icn-round icn-info icn-small glyphicons roundabout"></i>.</p>
40
+
41
+ ~~~html
42
+ <i class="icn-round icn-small ICONCLASS"></i>
43
+ <i class="icn-round icn-small icn-info ICONCLASS"></i>
44
+ <i class="icn-round icn-small icn-error ICONCLASS"></i>
45
+ <i class="icn-round icn-small icn-success ICONCLASS"></i>
46
+ <i class="icn-round icn-small icn-warning ICONCLASS"></i>
47
+ ~~~
48
+
39
49
  Glyphicons
40
50
  ----------
41
51
 
@@ -35,4 +35,24 @@ _________________________________________________________________ */
35
35
  border: none;
36
36
  background-color: $yellow;
37
37
  color: white;
38
+ }
39
+
40
+ /* Small icons
41
+ _________________________________________________________________ */
42
+
43
+ .icn-round.icn-small,
44
+ .icn-round.icn-small.glyphicons {
45
+ font-size: 15px;
46
+ height: 15px;
47
+ width: 16px;
48
+ line-height: 1em;
49
+ vertical-align: middle;
50
+ text-align: center;
51
+ padding: 0px 0px 1px 0px;
52
+ }
53
+
54
+ .icn-round.icn-small:before {
55
+ font-size: 10px;
56
+ display: inline;
57
+ vertical-align: middle;
38
58
  }
@@ -1,5 +1,5 @@
1
1
  module Atlas
2
2
  module Assets
3
- VERSION = "0.5.2"
3
+ VERSION = "0.5.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: atlas_assets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
4
+ version: 0.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rune Skjoldborg Madsen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-14 00:00:00.000000000 Z
11
+ date: 2013-11-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: handlebars_assets