semantic-rails 0.0.6 → 0.0.7
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 +4 -4
- data/lib/assets/css/semantic.css +2 -27
- data/lib/semantic-rails/version.rb +1 -1
- data/semantic-rails.gemspec +2 -2
- metadata +4 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3d1717b0775f5fa58ff153ac21d7add877b414be
|
|
4
|
+
data.tar.gz: 39555429c3a79470b92a526fec03b3b594072869
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c2cc300ac0e774ebfb98dd6cfd52506dae4393457f4952a6b4fba2332a397763e57822887ce25f8cc2cdbf425a0322195b58666221ca5716ee3f5ed8a528e901
|
|
7
|
+
data.tar.gz: d73c594699ac15f17b222e24eb45423109751926a0cfba88392d96fbdd07f78fb893b6682b0bd614b7dcceffaa4585e4a38efd1256574af9f2a5e74e54563624
|
data/lib/assets/css/semantic.css
CHANGED
|
@@ -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.
|
|
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
|
data/semantic-rails.gemspec
CHANGED
|
@@ -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.
|
|
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-
|
|
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: []
|