anjlab-bootstrap-rails 3.0.1.1 → 3.0.2.0

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: 5155c3ad2e9e1744274f9e92e597ce96226bd809
4
- data.tar.gz: 6ad024f84f169baf9350336f4eb57db1f9cf21e2
3
+ metadata.gz: d2b9d8187387ac35d2c470b5f10b0ec16ac21a8c
4
+ data.tar.gz: a06fb6e823a3f15a754b3aeb0de2489aaa0193a6
5
5
  SHA512:
6
- metadata.gz: eab92e66cc3580ccc75aebb7a04bea69ba6716348834edda684e091ac16843f825f31c8363c45acc65465534251ef10a1a63640496e65b1f56bc3f496fae6c7c
7
- data.tar.gz: 104b48ce0dd0d13e678ea7b34350201ba2e76ec96adee609c871ec50c4e36e9029a19ef699e2471624756f0add9454c49e6e2759e19929358d2fdcc9108d058f
6
+ metadata.gz: c5c388e6086e806fab4ad25d92578a4391dc9a590712f4c2f3ac853906c1bfbc26d90c3637a5dd1b15553175aa7407efa50be63e9b42c0b6038abca2d350ea3f
7
+ data.tar.gz: 4697a2411d21d08ea6b1c37d4bea029f125c9b776ab4bb90ba987831b95dcf9a7e4ee4db93d248e5c4e0ce7dc9612ccd27235c20824a2a2da9d02c01396c5ed2
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: affix.js v3.0.1
2
+ * Bootstrap: affix.js v3.0.2
3
3
  * http://getbootstrap.com/javascript/#affix
4
4
  * ========================================================================
5
5
  * Copyright 2013 Twitter, Inc.
@@ -123,4 +123,4 @@
123
123
  })
124
124
  })
125
125
 
126
- }(window.jQuery);
126
+ }(jQuery);
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: alert.js v3.0.1
2
+ * Bootstrap: alert.js v3.0.2
3
3
  * http://getbootstrap.com/javascript/#alerts
4
4
  * ========================================================================
5
5
  * Copyright 2013 Twitter, Inc.
@@ -95,4 +95,4 @@
95
95
 
96
96
  $(document).on('click.bs.alert.data-api', dismiss, Alert.prototype.close)
97
97
 
98
- }(window.jQuery);
98
+ }(jQuery);
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: button.js v3.0.1
2
+ * Bootstrap: button.js v3.0.2
3
3
  * http://getbootstrap.com/javascript/#buttons
4
4
  * ========================================================================
5
5
  * Copyright 2013 Twitter, Inc.
@@ -106,4 +106,4 @@
106
106
  e.preventDefault()
107
107
  })
108
108
 
109
- }(window.jQuery);
109
+ }(jQuery);
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: carousel.js v3.0.1
2
+ * Bootstrap: carousel.js v3.0.2
3
3
  * http://getbootstrap.com/javascript/#carousel
4
4
  * ========================================================================
5
5
  * Copyright 2013 Twitter, Inc.
@@ -214,4 +214,4 @@
214
214
  })
215
215
  })
216
216
 
217
- }(window.jQuery);
217
+ }(jQuery);
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: collapse.js v3.0.1
2
+ * Bootstrap: collapse.js v3.0.2
3
3
  * http://getbootstrap.com/javascript/#collapse
4
4
  * ========================================================================
5
5
  * Copyright 2013 Twitter, Inc.
@@ -176,4 +176,4 @@
176
176
  $target.collapse(option)
177
177
  })
178
178
 
179
- }(window.jQuery);
179
+ }(jQuery);
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: dropdown.js v3.0.1
2
+ * Bootstrap: dropdown.js v3.0.2
3
3
  * http://getbootstrap.com/javascript/#dropdowns
4
4
  * ========================================================================
5
5
  * Copyright 2013 Twitter, Inc.
@@ -151,4 +151,4 @@
151
151
  .on('click.bs.dropdown.data-api' , toggle, Dropdown.prototype.toggle)
152
152
  .on('keydown.bs.dropdown.data-api', toggle + ', [role=menu]' , Dropdown.prototype.keydown)
153
153
 
154
- }(window.jQuery);
154
+ }(jQuery);
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: modal.js v3.0.1
2
+ * Bootstrap: modal.js v3.0.2
3
3
  * http://getbootstrap.com/javascript/#modals
4
4
  * ========================================================================
5
5
  * Copyright 2013 Twitter, Inc.
@@ -243,4 +243,4 @@
243
243
  .on('show.bs.modal', '.modal', function () { $(document.body).addClass('modal-open') })
244
244
  .on('hidden.bs.modal', '.modal', function () { $(document.body).removeClass('modal-open') })
245
245
 
246
- }(window.jQuery);
246
+ }(jQuery);
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: popover.js v3.0.1
2
+ * Bootstrap: popover.js v3.0.2
3
3
  * http://getbootstrap.com/javascript/#popovers
4
4
  * ========================================================================
5
5
  * Copyright 2013 Twitter, Inc.
@@ -114,4 +114,4 @@
114
114
  return this
115
115
  }
116
116
 
117
- }(window.jQuery);
117
+ }(jQuery);
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: scrollspy.js v3.0.1
2
+ * Bootstrap: scrollspy.js v3.0.2
3
3
  * http://getbootstrap.com/javascript/#scrollspy
4
4
  * ========================================================================
5
5
  * Copyright 2013 Twitter, Inc.
@@ -155,4 +155,4 @@
155
155
  })
156
156
  })
157
157
 
158
- }(window.jQuery);
158
+ }(jQuery);
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: tab.js v3.0.1
2
+ * Bootstrap: tab.js v3.0.2
3
3
  * http://getbootstrap.com/javascript/#tabs
4
4
  * ========================================================================
5
5
  * Copyright 2013 Twitter, Inc.
@@ -132,4 +132,4 @@
132
132
  $(this).tab('show')
133
133
  })
134
134
 
135
- }(window.jQuery);
135
+ }(jQuery);
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: tooltip.js v3.0.1
2
+ * Bootstrap: tooltip.js v3.0.2
3
3
  * http://getbootstrap.com/javascript/#tooltip
4
4
  * Inspired by the original jQuery.tipsy by Jason Frame
5
5
  * ========================================================================
@@ -383,4 +383,4 @@
383
383
  return this
384
384
  }
385
385
 
386
- }(window.jQuery);
386
+ }(jQuery);
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: transition.js v3.0.1
2
+ * Bootstrap: transition.js v3.0.2
3
3
  * http://getbootstrap.com/javascript/#transitions
4
4
  * ========================================================================
5
5
  * Copyright 2013 Twitter, Inc.
@@ -53,4 +53,4 @@
53
53
  $.support.transition = transitionEnd()
54
54
  })
55
55
 
56
- }(window.jQuery);
56
+ }(jQuery);
@@ -748,6 +748,7 @@
748
748
  @if $type != width {
749
749
  $specifier: "-#{$type}"
750
750
  }
751
+
751
752
  .col-#{$class}#{$specifier}-#{$index} {
752
753
  @if $type == width {
753
754
  width: percentage(($index / $grid-columns));
@@ -762,8 +763,14 @@
762
763
  }
763
764
 
764
765
  @mixin make-grid($columns, $class, $type) {
765
- @for $i from 1 through $columns {
766
- @include calc-grid($i, $class, $type);
766
+ @if $type == width {
767
+ @for $i from 1 through $columns {
768
+ @include calc-grid($i, $class, $type);
769
+ }
770
+ } @else {
771
+ @for $i from 0 through $columns {
772
+ @include calc-grid($i, $class, $type);
773
+ }
767
774
  }
768
775
  }
769
776
 
@@ -14,8 +14,13 @@
14
14
  margin-left: auto;
15
15
  margin-right: auto;
16
16
  }
17
- }
18
17
 
18
+ // Image captions
19
+ .caption {
20
+ padding: $thumbnail-caption-padding;
21
+ color: $thumbnail-caption-color;
22
+ }
23
+ }
19
24
 
20
25
  // Add a hover state for linked versions only
21
26
  a.thumbnail:hover,
@@ -23,9 +28,3 @@ a.thumbnail:focus,
23
28
  a.thumbnail.active {
24
29
  border-color: $link-color;
25
30
  }
26
-
27
- // Image captions
28
- .thumbnail .caption {
29
- padding: $thumbnail-caption-padding;
30
- color: $thumbnail-caption-color;
31
- }
@@ -1,5 +1,5 @@
1
1
  module Bootstrap
2
2
  module Rails
3
- VERSION = '3.0.1.1'
3
+ VERSION = '3.0.2.0'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: anjlab-bootstrap-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1.1
4
+ version: 3.0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yury Korolev
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-05 00:00:00.000000000 Z
11
+ date: 2013-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties