iasd-bootstrap-sass 1.2.1 → 1.2.2

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: c76e2cf8acb12e11a733352a087cc2de02758547
4
- data.tar.gz: 27ef4bc0f489e42e0720f886cbae7933643ee2f4
3
+ metadata.gz: 0a3301f631b94a212cfd940beae20d8a03b3606b
4
+ data.tar.gz: 5d5fd87781cd56a2f0b8fddd1547d75f62616eba
5
5
  SHA512:
6
- metadata.gz: ef7906f74bd3febb594f73de9e3dacd0ed633a9fc50d25bbf4d4f4d08f52552c7f89e01e78bb5f562e31de48cab7903f0a454058b859b64c1232bd160622dc31
7
- data.tar.gz: 46c0667260159bb58178b28cdd73fffd75466b488429da747972206229a4a092d61121d01f7a40536b7447551c2ac8f4ad1365491c5dedd023267924a0842a2b
6
+ metadata.gz: 1eaf792e880f481d8f367918e3645df1089c673278f94969ecbb31888504c54d8c97d9691f46db15638ffe68530dfc7cd16ba50682c12b5d6b25ac8c4b98bf0f
7
+ data.tar.gz: 0d7a222766679cc994038eb03ecaf33d93fcd9b073b826fb38846eaa130e4cbbceb98cdcc28b8b9c3cc29b836049c1d78d333f5a28ca48c4ad07baede40e0c1b
@@ -1,5 +1,5 @@
1
1
  module Bootstrap
2
2
  module IASD
3
- VERSION = "1.2.1"
3
+ VERSION = "1.2.2"
4
4
  end
5
5
  end
@@ -91,8 +91,8 @@ h2{
91
91
  // -------------------------
92
92
 
93
93
  .well, .jumbotron, .progress{
94
- @include box-shadow(1px 1px 0 #fff, inset 1px 1px 0 $border-base);
95
94
  border: none;
95
+ @include box-shadow(1px 1px 0 #fff, inset 1px 1px 0 $border-base);
96
96
  }
97
97
 
98
98
  .jumbotron{
@@ -1,5 +1,5 @@
1
1
  body > footer{
2
- @include gradient-vertical(lighten($theme-footer-base-color, 5%), $theme-footer-base-color);
2
+ @include gradient-vertical(lighten($theme-footer-base-color, 10%), $theme-footer-base-color);
3
3
  @include box-shadow(inset 0px 5px 10px rgba(0,0,0,0.1));
4
4
  margin-top: 50px;
5
5
  padding: 50px 0;
@@ -151,13 +151,13 @@
151
151
  }
152
152
  }
153
153
 
154
- // @media (max-width: $screen-xs) {
155
- // .xs-landscape {
156
- // .col-sm-4, .col-sm-6 {
157
- // max-width: 320px;
158
- // }
159
- // }
160
- // }
154
+ @media (max-width: $screen-xs) {
155
+ .xs-landscape {
156
+ .col-sm-4, .col-sm-6 {
157
+ max-width: 320px;
158
+ }
159
+ }
160
+ }
161
161
 
162
162
  /* ****************** */
163
163
  /* Visibility Classes */
@@ -635,7 +635,7 @@ aside.iasd-aside {
635
635
  font-size: 15px;
636
636
  }
637
637
  }
638
- ul, ol {
638
+ ul {
639
639
  margin: 0 0 30px 0;
640
640
  padding: 0 0 0 15px !important;
641
641
  li {
@@ -656,15 +656,24 @@ aside.iasd-aside {
656
656
  }
657
657
  }
658
658
 
659
- ul {
660
- li {
661
- list-style: disc !important;
662
- }
663
- }
664
-
665
659
  ol {
660
+ margin: 0 0 30px 0;
661
+ padding: 0 0 0 15px !important;
666
662
  li {
667
- list-style: decimal !important;
663
+ overflow: visible !important;
664
+ & + li {
665
+ -moz-box-shadow: none !important;
666
+ -webkit-box-shadow: none !important;
667
+ box-shadow: none !important;
668
+ margin-top: 10px !important;
669
+ padding-top: 0 !important;
670
+ }
671
+ ul, ol {
672
+ margin: 10px 0 10px 5px !important;
673
+ }
674
+ ul {
675
+ list-style-type: disc !important;
676
+ }
668
677
  }
669
678
  }
670
679
 
@@ -828,6 +837,15 @@ aside.iasd-aside {
828
837
  .wp-caption.alignright {
829
838
  margin: 5px 0 20px 20px;
830
839
  }
840
+ .wp-caption img {
841
+ border: 0 none;
842
+ height: auto;
843
+ margin: 0 0 10px 0;
844
+ max-width: 100%;
845
+ padding: 0;
846
+ // width: auto;
847
+
848
+ }
831
849
  .wp-caption p.wp-caption-text {
832
850
  font-style: italic;
833
851
  padding: 0 10px;
@@ -1239,9 +1257,11 @@ hr {
1239
1257
  }
1240
1258
 
1241
1259
  .iasd-contact-info {
1242
- box-shadow: none;
1243
- display: inline-block;
1244
- width: 100%;
1260
+ @include border-radius(5px);
1261
+ background: lighten($border-base, 7%);
1262
+ line-height: 18px !important;
1263
+ margin: 0;
1264
+ padding: 10px 30px 30px 30px;
1245
1265
  em, h3 {
1246
1266
  @include text-overflow;
1247
1267
  display: block;
@@ -1010,6 +1010,19 @@ aside {
1010
1010
  }
1011
1011
  }
1012
1012
  }
1013
+
1014
+ .entry-content {
1015
+ .iasd-widget.highlights {
1016
+ ul {
1017
+ li {
1018
+ line-height: 10px;
1019
+ list-style: none;
1020
+ color: $body-bg;
1021
+ }
1022
+ }
1023
+ }
1024
+ }
1025
+
1013
1026
  @media (min-width: $screen-sm) {
1014
1027
  .iasd-widget-posts_categories{
1015
1028
  ul{
@@ -306,6 +306,6 @@
306
306
 
307
307
  /* preloading images */
308
308
  .owl-item.loading{
309
- min-height: 150px;
309
+ min-height: 60px;
310
310
  background: image-url('widgets/loader.gif') no-repeat center center;
311
311
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * IASD Bootstrap v1.2.1 (http://styleguide.adventistas.org)
2
+ * IASD Bootstrap v1.2.2 (http://styleguide.adventistas.org)
3
3
  * Copyright 2014-2014 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.2.1 (http://styleguide.adventistas.org)
2
+ * IASD Bootstrap v1.2.2 (http://styleguide.adventistas.org)
3
3
  * Copyright 2014-2014 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.2.1 (http://styleguide.adventistas.org)
2
+ * IASD Bootstrap v1.2.2 (http://styleguide.adventistas.org)
3
3
  * Copyright 2014-2014 Igreja Adventista do Sétimo Dia
4
4
  * Licensed under MIT (https://github.com/igrejaadventista/styleguide/blob/master/LICENSE)
5
5
  */
@@ -47,8 +47,6 @@ image 'img/logos_pt_BR/iasd_header_vertical.png', :to => 'logos_pt_BR/iasd_heade
47
47
  image 'img/logos_pt_BR/iasd_header_vertical@2x.png', :to => 'logos_pt_BR/iasd_header_vertical@2x.png'
48
48
  image 'img/logos_pt_BR/iasd_header_symbol.png', :to => 'logos_pt_BR/iasd_header_symbol.png'
49
49
  image 'img/logos_pt_BR/iasd_header_symbol@2x.png', :to => 'logos_pt_BR/iasd_header_symbol@2x.png'
50
- image 'img/logos_pt_BR/iasd_header_symbol_small.png', :to => 'logos_pt_BR/iasd_header_symbol_small.png'
51
- image 'img/logos_pt_BR/iasd_header_symbol_small@2x.png', :to => 'logos_pt_BR/iasd_header_symbol_small@2x.png'
52
50
  image 'img/logos_pt_BR/iasd_404.png', :to => 'logos_pt_BR/iasd_404.png'
53
51
  image 'img/logos_pt_BR/iasd_404@2x.png', :to => 'logos_pt_BR/iasd_404@2x.png'
54
52
 
@@ -121,22 +119,6 @@ image 'img/favicons/mstile-150x150.png', :to => 'favicons/mstile-150x150.png'
121
119
  image 'img/favicons/mstile-310x310.png', :to => 'favicons/mstile-310x310.png'
122
120
  image 'img/favicons/mstile-310x150.png', :to => 'favicons/mstile-310x150.png'
123
121
 
124
- image 'img/blogs/formats/format_standard.png', :to => 'blogs/formats/format_standard.png'
125
- image 'img/blogs/formats/format_aside.png', :to => 'blogs/formats/format_aside.png'
126
- image 'img/blogs/formats/format_image.png', :to => 'blogs/formats/format_image.png'
127
- image 'img/blogs/formats/format_video.png', :to => 'blogs/formats/format_video.png'
128
- image 'img/blogs/formats/format_audio.png', :to => 'blogs/formats/format_audio.png'
129
- image 'img/blogs/formats/format_quote.png', :to => 'blogs/formats/format_quote.png'
130
- image 'img/blogs/formats/format_link.png', :to => 'blogs/formats/format_link.png'
131
- image 'img/blogs/formats/format_gallery.png', :to => 'blogs/formats/format_gallery.png'
132
- image 'img/blogs/formats@2x/format_standard@2x.png', :to => 'blogs/formats@2x/format_standard@2x.png'
133
- image 'img/blogs/formats@2x/format_aside@2x.png', :to => 'blogs/formats@2x/format_aside@2x.png'
134
- image 'img/blogs/formats@2x/format_image@2x.png', :to => 'blogs/formats@2x/format_image@2x.png'
135
- image 'img/blogs/formats@2x/format_video@2x.png', :to => 'blogs/formats@2x/format_video@2x.png'
136
- image 'img/blogs/formats@2x/format_audio@2x.png', :to => 'blogs/formats@2x/format_audio@2x.png'
137
- image 'img/blogs/formats@2x/format_quote@2x.png', :to => 'blogs/formats@2x/format_quote@2x.png'
138
- image 'img/blogs/formats@2x/format_link@2x.png', :to => 'blogs/formats@2x/format_link@2x.png'
139
- image 'img/blogs/formats@2x/format_gallery@2x.png', :to => 'blogs/formats@2x/format_gallery@2x.png'
140
122
 
141
123
  font 'fonts/futurastd-book-webfont.eot', :to => 'futurastd-book-webfont.eot'
142
124
  font 'fonts/futurastd-book-webfont.svg', :to => 'futurastd-book-webfont.svg'
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.2.1
4
+ version: 1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Filipi Zimermann
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-27 00:00:00.000000000 Z
11
+ date: 2014-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: compass