twitter_bootstrap_sass 0.0.5 → 0.0.6

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.
@@ -1,3 +1,3 @@
1
1
  module TwitterBootstrapSass
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
@@ -67,7 +67,7 @@
67
67
  float: left;
68
68
  margin: 5px 0 0 0;
69
69
  position: relative;
70
- @include opacity(1);
70
+ @include opacity(100);
71
71
  }
72
72
  // Todo: remove from v2.0 when ready, added for legacy
73
73
  form.pull-right {
@@ -237,7 +237,7 @@ a.menu:after,
237
237
  border-left: 4px solid transparent;
238
238
  border-right: 4px solid transparent;
239
239
  border-top: 4px solid $white;
240
- @include opacity(0.5);
240
+ @include opacity(50);
241
241
  }
242
242
  // The dropdown menu (ul)
243
243
  // .menu-dropdown for backwards compatibility
@@ -568,7 +568,7 @@ footer {
568
568
  cursor: default;
569
569
  background-image: none;
570
570
  @include reset-filter();
571
- @include opacity(0.65);
571
+ @include opacity(65);
572
572
  @include twitter-box-shadow(none);
573
573
  }
574
574
  &[disabled] {
@@ -577,7 +577,7 @@ footer {
577
577
  cursor: default;
578
578
  background-image: none;
579
579
  @include reset-filter();
580
- @include opacity(0.65);
580
+ @include opacity(65);
581
581
  @include twitter-box-shadow(none);
582
582
  }
583
583
 
@@ -618,11 +618,11 @@ input[type=submit].btn {
618
618
  font-weight: bold;
619
619
  line-height: $baseline * .75;
620
620
  text-shadow: 0 1px 0 rgba(255,255,255,1);
621
- @include opacity(0.2);
621
+ @include opacity(20);
622
622
  &:hover {
623
623
  color: $black;
624
624
  text-decoration: none;
625
- @include opacity(0.4);
625
+ @include opacity(40);
626
626
  }
627
627
  }
628
628
 
@@ -783,7 +783,7 @@ input[type=submit].btn {
783
783
  }
784
784
 
785
785
  .modal-backdrop, .modal-backdrop.fade.in {
786
- @include opacity(0.8);
786
+ @include opacity(80);
787
787
  }
788
788
 
789
789
  .modal {
@@ -875,9 +875,9 @@ input[type=submit].btn {
875
875
  padding: 5px;
876
876
  font-size: 11px;
877
877
  z-index: 1000;
878
- @include opacity(0.8);
878
+ @include opacity(80);
879
879
  &.fade.in {
880
- @include opacity(0.8);
880
+ @include opacity(80);
881
881
  }
882
882
  &.above .twipsy-arrow { @include popover-arrow-above(); }
883
883
  &.left .twipsy-arrow { @include popover-arrow-left(); }
@@ -954,7 +954,7 @@ input[type=submit].btn {
954
954
  @include twitter-transition(opacity .15s linear);
955
955
  opacity: 0;
956
956
  &.in {
957
- opacity: 1;
957
+ opacity: 100;
958
958
  }
959
959
  }
960
960
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twitter_bootstrap_sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-11-29 00:00:00.000000000 Z
12
+ date: 2011-12-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sass
16
- requirement: &70245566137180 !ruby/object:Gem::Requirement
16
+ requirement: &70112266961700 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '3.1'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70245566137180
24
+ version_requirements: *70112266961700
25
25
  description: To use this gem, simply import 'twitter-bootstrap-sass' into your scss
26
26
  stylesheet.
27
27
  email: