picasso 0.3.6.beta.1 → 0.3.6.beta.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.
- data/lib/picasso/version.rb +1 -1
- data/stylesheets/picasso/components/_popups.scss +1 -10
- metadata +3 -3
data/lib/picasso/version.rb
CHANGED
|
@@ -200,15 +200,6 @@ $popup-ie-fallback: "sprites" !default;
|
|
|
200
200
|
}
|
|
201
201
|
|
|
202
202
|
}
|
|
203
|
-
|
|
204
|
-
.ie9 & {
|
|
205
|
-
|
|
206
|
-
.popup-close {
|
|
207
|
-
height: $popup-default-close-button-height + 5;
|
|
208
|
-
width: $popup-default-close-button-height + 5;
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
}
|
|
212
203
|
|
|
213
204
|
}
|
|
214
205
|
|
|
@@ -278,7 +269,7 @@ $popup-ie-fallback: "sprites" !default;
|
|
|
278
269
|
border: $popup-default-close-button-border solid $close-button-color;
|
|
279
270
|
color: $close-button-color;
|
|
280
271
|
font-weight: bold;
|
|
281
|
-
font-family: sans-serif;
|
|
272
|
+
font-family: arial, sans-serif;
|
|
282
273
|
font-size: $popup-default-close-button-height;
|
|
283
274
|
background: $close-button-background;
|
|
284
275
|
@include border-radius($popup-default-close-button-height);
|
metadata
CHANGED
|
@@ -7,8 +7,8 @@ version: !ruby/object:Gem::Version
|
|
|
7
7
|
- 3
|
|
8
8
|
- 6
|
|
9
9
|
- beta
|
|
10
|
-
-
|
|
11
|
-
version: 0.3.6.beta.
|
|
10
|
+
- 2
|
|
11
|
+
version: 0.3.6.beta.2
|
|
12
12
|
platform: ruby
|
|
13
13
|
authors:
|
|
14
14
|
- Leandro D'Onofrio
|
|
@@ -137,7 +137,7 @@ licenses: []
|
|
|
137
137
|
post_install_message: "\n\n\
|
|
138
138
|
##################################################\n\
|
|
139
139
|
## Picasso - Sass/Compass Framework\n\n\
|
|
140
|
-
## Versi\xC3\xB3n: 0.3.6.beta.
|
|
140
|
+
## Versi\xC3\xB3n: 0.3.6.beta.2\n\
|
|
141
141
|
## Documentaci\xC3\xB3n: http://dl.dropbox.com/u/54126/picasso/docs/index.html\n\
|
|
142
142
|
## CHANGELOG: http://dl.dropbox.com/u/54126/picasso/docs/index.html#changelog\n\
|
|
143
143
|
##################################################\n\n"
|