dlegr250_material_design 0.1.64 → 0.1.65
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,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a60e7a7f308d348425280252189ba372e235340b
|
|
4
|
+
data.tar.gz: a6e3f34ac99674d913717e91b319cbda298be73c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0a52a186e0816ea05d995eb5d0e2a35d94924133e7ceeb29f5315ae28bdecb00145d45a94eb2634e2559fd19b5bc0866f1e59679477cb4958a0d27caf11ee5cd
|
|
7
|
+
data.tar.gz: eab55feee44934d9894f588db24b8a564e36908c2664946bec2c60dc244a491c85a6dc0b40beebfaf961b7fbcd53adef4a1d04c4bd103a0a852af6a71e67d154
|
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["dan.legrand@gmail.com"]
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{Customized implementation of Google Material Design User Interface.}
|
|
13
|
-
spec.description = %q{WARNING: ALPHA CODE, NOT PRODUCTION READY. Implement Google Material Design spec with modern browsers in mind.}
|
|
13
|
+
spec.description = %q{WARNING: ALPHA CODE, NOT PRODUCTION READY. ACTIVELY UNDER DEVELOPMENT AS OF MAY 2016. Implement Google Material Design spec with modern browsers in mind (aka, do not worry about older IE browers...).}
|
|
14
14
|
spec.homepage = "http://www.github.com/dlegr250/dlegr250_material_design"
|
|
15
15
|
|
|
16
16
|
# Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
|
|
@@ -74,7 +74,7 @@ ol {
|
|
|
74
74
|
//----------------------------------------------------------------------
|
|
75
75
|
|
|
76
76
|
.list {
|
|
77
|
-
background-color: color("white");
|
|
77
|
+
// background-color: color("white");
|
|
78
78
|
}
|
|
79
79
|
|
|
80
80
|
.list-bordered {
|
|
@@ -154,6 +154,13 @@ ol {
|
|
|
154
154
|
}
|
|
155
155
|
}
|
|
156
156
|
|
|
157
|
+
// Force list-item to wrap text
|
|
158
|
+
.list.force-text-wrap .list-item-primary {
|
|
159
|
+
overflow: inherit;
|
|
160
|
+
text-overflow: inherit;
|
|
161
|
+
white-space: normal;
|
|
162
|
+
}
|
|
163
|
+
|
|
157
164
|
// Lists - list item secondary
|
|
158
165
|
//----------------------------------------------------------------------
|
|
159
166
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dlegr250_material_design
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.65
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Daniel LeGrand
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-05-
|
|
11
|
+
date: 2016-05-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -52,8 +52,9 @@ dependencies:
|
|
|
52
52
|
- - ">="
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '0'
|
|
55
|
-
description: 'WARNING: ALPHA CODE, NOT PRODUCTION READY.
|
|
56
|
-
Design spec with modern browsers in mind
|
|
55
|
+
description: 'WARNING: ALPHA CODE, NOT PRODUCTION READY. ACTIVELY UNDER DEVELOPMENT
|
|
56
|
+
AS OF MAY 2016. Implement Google Material Design spec with modern browsers in mind
|
|
57
|
+
(aka, do not worry about older IE browers...).'
|
|
57
58
|
email:
|
|
58
59
|
- dan.legrand@gmail.com
|
|
59
60
|
executables: []
|