iasd-bootstrap-sass 1.6.0 → 1.6.1
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/iasd-bootstrap-sass/version.rb +1 -1
- data/stylesheets/_iasd-blogs-cover.scss +5 -1
- data/stylesheets/_iasd-global-nav.scss +2 -0
- data/templates/project/lib/iasd-bootstrap.js +1 -1
- data/templates/project/lib/iasd-bootstrap.min.js +1 -1
- data/templates/project/lib/ltie9.js +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: 93fad9683205b192962f086f9f1a79e814da2d5b
|
|
4
|
+
data.tar.gz: 940ed912add7d2e58b9be9d9fcc906c455287480
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: da6924baf68ccf1a80e58be6d349b1b9d2f51c46906173f716a500e0dc649c3b7cfe6d716721832b8ad585f28c61fc0a1596d55514cafb6eb79b2562d457c929
|
|
7
|
+
data.tar.gz: 6d7f598ece7badabceff859c639d5cc5c9b827bb17861c0f1b9c220844aa5baff5fb73f6bfde516dc71387765a31724b63d8082dc090d6a597c0f73c9bb18266
|
|
@@ -20,9 +20,11 @@
|
|
|
20
20
|
h2 {
|
|
21
21
|
left: 0;
|
|
22
22
|
padding-left: 100px;
|
|
23
|
+
padding-right: 20px;
|
|
23
24
|
position: absolute;
|
|
24
25
|
top: 3px;
|
|
25
26
|
width: 100%;
|
|
27
|
+
height: 45px;
|
|
26
28
|
}
|
|
27
29
|
p {
|
|
28
30
|
left: 0;
|
|
@@ -201,7 +203,6 @@
|
|
|
201
203
|
}
|
|
202
204
|
h1 {
|
|
203
205
|
display: block;
|
|
204
|
-
height: 65px;
|
|
205
206
|
overflow: hidden;
|
|
206
207
|
}
|
|
207
208
|
h1, p {
|
|
@@ -232,6 +233,9 @@
|
|
|
232
233
|
.icon_comments:before {
|
|
233
234
|
content: '\f075';
|
|
234
235
|
}
|
|
236
|
+
.iasd-blogs-font {
|
|
237
|
+
font-weight: 400;
|
|
238
|
+
}
|
|
235
239
|
}
|
|
236
240
|
|
|
237
241
|
@media (max-width: $screen-sm-max) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* IASD Bootstrap v1.6.
|
|
2
|
+
* IASD Bootstrap v1.6.1 (http://styleguide.adventistas.org)
|
|
3
3
|
* Copyright 2014-2015 Igreja Adventista do Sétimo Dia
|
|
4
4
|
* Licensed under MIT (https://github.com/igrejaadventista/styleguide/blob/master/LICENSE)
|
|
5
5
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* IASD Bootstrap v1.6.
|
|
2
|
+
* IASD Bootstrap v1.6.1 (http://styleguide.adventistas.org)
|
|
3
3
|
* Copyright 2014-2015 Igreja Adventista do Sétimo Dia
|
|
4
4
|
* Licensed under MIT (https://github.com/igrejaadventista/styleguide/blob/master/LICENSE)
|
|
5
5
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* IASD Bootstrap v1.6.
|
|
2
|
+
* IASD Bootstrap v1.6.1 (http://styleguide.adventistas.org)
|
|
3
3
|
* Copyright 2014-2015 Igreja Adventista do Sétimo Dia
|
|
4
4
|
* Licensed under MIT (https://github.com/igrejaadventista/styleguide/blob/master/LICENSE)
|
|
5
5
|
*/
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: iasd-bootstrap-sass
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.6.
|
|
4
|
+
version: 1.6.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Filipi Zimermann
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-10-
|
|
11
|
+
date: 2015-10-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: compass
|