semantic-rails 0.0.3 → 0.0.5
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 -2
- data/lib/semantic-rails/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e6909633e2667fe968c48edb2416681270ad0c1e
|
4
|
+
data.tar.gz: 544b7b234141fee0b29b10848ac05fc9ebcf298a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bfbf44d2691e5558fb4eb70c9a8fa80933520730049b57a9cf1a7bde8b1cc1c0fe02ff3067782d5e987503b62509e22b8080ed72d3eb966e2144067a95d15128
|
7
|
+
data.tar.gz: 35ad433ced4453f898d33f29839531fb4fa9fa5f58277dedc065c359550163bdb8f09835847d7ca515e486a9e616d3f2ebf3121b15498a840e40bd68eb4bcab6
|
data/lib/assets/css/semantic.css
CHANGED
@@ -754,7 +754,7 @@ body > .ui.grid {
|
|
754
754
|
.ui.grid > .row > .column {
|
755
755
|
display: inline-block;
|
756
756
|
text-align: left;
|
757
|
-
font-size:
|
757
|
+
font-size: .8rem;
|
758
758
|
width: 6.25%;
|
759
759
|
padding-left: 1.5%;
|
760
760
|
padding-right: 1.5%;
|
@@ -3857,7 +3857,7 @@ i.massive.basic.fa {
|
|
3857
3857
|
font-size: 1rem;
|
3858
3858
|
text-transform: uppercase;
|
3859
3859
|
line-height: 1;
|
3860
|
-
font-weight:
|
3860
|
+
font-weight: normal;
|
3861
3861
|
font-style: normal;
|
3862
3862
|
text-align: center;
|
3863
3863
|
text-decoration: none;
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- lijia.tong
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-09-
|
11
|
+
date: 2014-09-10 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: A simple asset gem bundling up the scss
|
14
14
|
email:
|