picasso 0.4.0 → 0.4.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.
@@ -1,3 +1,3 @@
1
1
  module Picasso
2
- VERSION = "0.4.0"
2
+ VERSION = "0.4.1"
3
3
  end
@@ -204,12 +204,6 @@ $button-3d-default-disabled-color : #FFF !default;
204
204
  inset 0 0.1em 0 rgba(0, 0, 0, 0.1),
205
205
  inset 0 0 1em rgba(0, 0, 0, 0.75)
206
206
  );
207
- //Fix bug http://code.google.com/p/chromium/issues/detail?id=29427
208
- @if $full-rounded == true {
209
- -webkit-border-radius: 1.1em;
210
- } @else {
211
- -webkit-border-radius: 0.4em;
212
- }
213
207
  }
214
208
 
215
209
  }
@@ -87,7 +87,7 @@ $despegar-gray-9 : #F5F5F5;
87
87
  // <p class="despegar-error-bg-demo">#FFE6E6 Color Titulos - Aliquam tincidunt mauris eu risus.</p>
88
88
  // <p class="despegar-error-border-demo">#E20A16 Color borde mensajes de error - Aliquam tincidunt mauris eu risus.</p>
89
89
  // <p class="despegar-warning-bg-demo">#FFFFE1 Background mensajes - Aliquam tincidunt mauris eu risus.</p>
90
- // <p class="despegar-warning-border-demo">#FFCC33 Color borde mensajes - Aliquam tincidunt mauris eu risus.</p>
90
+ // <p class="despegar-warning-border-demo">#FF9900 Color borde mensajes - Aliquam tincidunt mauris eu risus.</p>
91
91
  // ```
92
92
 
93
93
  // Buscador
@@ -116,4 +116,4 @@ $despegar-error-border : $despegar-red;
116
116
  $despegar-warning-bg : #FFFFE1;
117
117
 
118
118
  // Warning: borde
119
- $despegar-warning-border : #FFCC33;
119
+ $despegar-warning-border : #FF9900;
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 4
8
- - 0
9
- version: 0.4.0
8
+ - 1
9
+ version: 0.4.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Leandro D'Onofrio
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2013-02-04 00:00:00 -03:00
17
+ date: 2013-02-05 00:00:00 -03:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -139,7 +139,7 @@ licenses: []
139
139
  post_install_message: "\n\n\
140
140
  ##################################################\n\
141
141
  ## Picasso - Sass/Compass Framework\n\n\
142
- ## Versi\xC3\xB3n: 0.4.0\n\
142
+ ## Versi\xC3\xB3n: 0.4.1\n\
143
143
  ## Documentaci\xC3\xB3n: http://dl.dropbox.com/u/54126/picasso/docs/index.html\n\
144
144
  ## CHANGELOG: http://dl.dropbox.com/u/54126/picasso/docs/index.html#changelog\n\
145
145
  ##################################################\n\n"