modern-pictograms-rails 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012 bokmann
1
+ Copyright (c) 2012 hylozero
2
2
 
3
3
  MIT License
4
4
 
@@ -21,4 +21,4 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
21
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
22
  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
23
23
 
24
- License for font 'Modern Pictograms': http://www.fontsquirrel.com/license/modern-pictograms
24
+ License for font 'Modern Pictograms': http://www.fontsquirrel.com/license/modern-pictograms
data/README.md CHANGED
@@ -1,12 +1,8 @@
1
1
  # modern-pictograms-rails
2
2
 
3
- This gem is a rebundling of the contents of modern pictograms:
4
-
5
- http://www.fontsquirrel.com/fonts/modern-pictograms
3
+ This gem is a rebundling of the contents of modern pictograms: http://www.fontsquirrel.com/fonts/modern-pictograms
6
4
 
7
- License for font 'Modern Pictograms':
8
-
9
- http://www.fontsquirrel.com/license/modern-pictograms
5
+ License for font 'Modern Pictograms': http://www.fontsquirrel.com/license/modern-pictograms
10
6
 
11
7
  Use with the Rails asset pipeline.
12
8
 
@@ -1,7 +1,7 @@
1
1
  module Modern
2
2
  module Pictograms
3
3
  module Rails
4
- VERSION = "0.0.5"
4
+ VERSION = "0.0.6"
5
5
  end
6
6
  end
7
7
  end
@@ -64,22 +64,22 @@ a [class^="mpicon-"], a [class*=" mpicon-"] {
64
64
  /* makes the font % larger relative to the icon container */
65
65
  .mpicon-large:before {
66
66
  vertical-align: top;
67
- font-size: .em;
67
+ font-size: 1.3333333333333333em;
68
68
  }
69
69
  .btn [class^="mpicon-"], .btn [class*=" mpicon-"] {
70
70
  /* keeps button heights with and without icons the same */
71
71
 
72
- line-height: .em;
72
+ display: inline;
73
73
  }
74
74
  li [class^="mpicon-"], li [class*=" mpicon-"] {
75
75
  display: inline-block;
76
- width: .em;
76
+ width: 1.25em;
77
77
  text-align: center;
78
78
  }
79
79
  li .mpicon-large[class^="mpicon-"], li .mpicon-large[class*=" mpicon-"] {
80
80
  /* . increased font size for mpicon-large * . width */
81
81
 
82
- width: .em;
82
+ width: 1.5625em;
83
83
  }
84
84
  li[class^="mpicon-"], li[class*=" mpicon-"] {
85
85
  margin-left: ;
@@ -90,7 +90,7 @@ li[class^="mpicon-"]:before, li[class*=" mpicon-"]:before {
90
90
  text-align: center;
91
91
  }
92
92
  li[class^="mpicon-"].mpicon-large:before, li[class*=" mpicon-"].mpicon-large:before {
93
- text-indent: -.em;
93
+ text-indent: -0.75em;
94
94
  }
95
95
  /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
96
96
  readers do not read off random characters that represent icons */
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: modern-pictograms-rails
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 5
10
- version: 0.0.5
9
+ - 6
10
+ version: 0.0.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - hylozero
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-12-13 00:00:00 Z
18
+ date: 2013-04-17 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: railties