semantic-rails 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3e8a3be2942951995e80eff8849b36cb8ede5eb4
4
- data.tar.gz: 02ae9d15297f9f49fdcdcd6e38e2f76098b85b09
3
+ metadata.gz: 3d1717b0775f5fa58ff153ac21d7add877b414be
4
+ data.tar.gz: 39555429c3a79470b92a526fec03b3b594072869
5
5
  SHA512:
6
- metadata.gz: 27b679deb44ec57812921c7e77b027c345a3a96639f5cbf3ed79bd5282828777a763b2afd1b3ef3fb2280291e435ad8e90ca17fd0c7af782685fb0ffc41eca40
7
- data.tar.gz: 9f3538aad52ddcf7abf239e57f0b66888687224fa95720c7e269b614e0f8fbf2a59fef196e20c60f74df1d5e099d44ec00c4001914b3f42ad8917b669bf21e7b
6
+ metadata.gz: c2cc300ac0e774ebfb98dd6cfd52506dae4393457f4952a6b4fba2332a397763e57822887ce25f8cc2cdbf425a0322195b58666221ca5716ee3f5ed8a528e901
7
+ data.tar.gz: d73c594699ac15f17b222e24eb45423109751926a0cfba88392d96fbdd07f78fb893b6682b0bd614b7dcceffaa4585e4a38efd1256574af9f2a5e74e54563624
@@ -5407,9 +5407,8 @@ h5.ui.header {
5407
5407
  }
5408
5408
  /* makes the font 33% larger relative to the icon container */
5409
5409
  i.fa-lg {
5410
- font-size: 1.33333333em;
5410
+ font-size: 1.5em;
5411
5411
  line-height: 0.75em;
5412
- vertical-align: -15%;
5413
5412
  }
5414
5413
  i.fa-2x {
5415
5414
  font-size: 2em;
@@ -7282,31 +7281,7 @@ i.inverted.teal.fa {
7282
7281
  background-color: #00B5AD !important;
7283
7282
  color: #FFFFFF !important;
7284
7283
  }
7285
- /*-------------------
7286
- Sizes
7287
- --------------------*/
7288
- i.small.fa {
7289
- font-size: 0.875em;
7290
- }
7291
- i.fa {
7292
- font-size: 1em;
7293
- }
7294
- i.large.fa {
7295
- font-size: 1.5em;
7296
- vertical-align: middle;
7297
- }
7298
- i.big.fa {
7299
- font-size: 2em;
7300
- vertical-align: middle;
7301
- }
7302
- i.huge.fa {
7303
- font-size: 4em;
7304
- vertical-align: middle;
7305
- }
7306
- i.massive.fa {
7307
- font-size: 8em;
7308
- vertical-align: middle;
7309
- }
7284
+
7310
7285
 
7311
7286
  /*******************************
7312
7287
  Image
@@ -1,5 +1,5 @@
1
1
  module Semanticgs
2
2
  module Rails
3
- VERSION = "0.0.6"
3
+ VERSION = "0.0.7"
4
4
  end
5
5
  end
@@ -5,8 +5,8 @@ require "semantic-rails/version"
5
5
  Gem::Specification.new do |s|
6
6
  s.name = "semantic-rails"
7
7
  s.version = Semanticgs::Rails::VERSION
8
- s.authors = ['lijia.tong']
9
- s.email = ['lijia.tong@foxmail.com']
8
+ s.authors = ['lijia.tong', 'keithorbit']
9
+ s.email = ['lijia.tong@foxmail.com', 'keithskyey@gmail.com']
10
10
  s.homepage = "https://github.com/user-tony/semantic-rails"
11
11
  s.summary = %q{A simple asset gem bundling up semantic}
12
12
  s.description = %q{A simple asset gem bundling up the scss}
metadata CHANGED
@@ -1,18 +1,20 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: semantic-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - lijia.tong
8
+ - keithorbit
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
- date: 2014-09-18 00:00:00.000000000 Z
12
+ date: 2014-09-19 00:00:00.000000000 Z
12
13
  dependencies: []
13
14
  description: A simple asset gem bundling up the scss
14
15
  email:
15
16
  - lijia.tong@foxmail.com
17
+ - keithskyey@gmail.com
16
18
  executables: []
17
19
  extensions: []
18
20
  extra_rdoc_files: []