picasso 0.3.6.beta.2 → 0.3.6.beta.3
Sign up to get free protection for your applications and to get access to all the features.
- data/docs/_picasso.html +4 -2
- data/docs/css/picasso-demos.css +4 -2
- data/docs/index.html +4 -2
- data/docs/picasso-_components.html +4 -2
- data/docs/picasso-_despegar.html +4 -2
- data/docs/picasso-_utils.html +4 -2
- data/docs/picasso-components-_accordions.html +4 -2
- data/docs/picasso-components-_arrows.html +4 -2
- data/docs/picasso-components-_bubbles.html +4 -2
- data/docs/picasso-components-_buttons.html +4 -2
- data/docs/picasso-components-_inputs.html +4 -2
- data/docs/picasso-components-_list-grids.html +4 -2
- data/docs/picasso-components-_navs.html +4 -2
- data/docs/picasso-components-_pagination.html +4 -2
- data/docs/picasso-components-_popups.html +7 -4
- data/docs/picasso-components-_tooltips.html +4 -2
- data/docs/picasso-components-buttons-_3d.html +4 -2
- data/docs/picasso-components-buttons-_glossy.html +4 -2
- data/docs/picasso-components-buttons-_mini.html +4 -2
- data/docs/picasso-despegar-_variables.html +4 -2
- data/docs/picasso-utils-_clearfix.html +4 -2
- data/docs/picasso-utils-_grid.html +4 -2
- data/docs/picasso-utils-_ie.html +4 -2
- data/docs/picasso-utils-_rem.html +4 -2
- data/docs/picasso-utils-_sprite.html +4 -2
- data/lib/picasso/version.rb +1 -1
- data/stylesheets/picasso/components/_popups.scss +10 -0
- metadata +4 -4
data/docs/_picasso.html
CHANGED
@@ -1633,7 +1633,7 @@ body {
|
|
1633
1633
|
border: 3px solid white;
|
1634
1634
|
color: white;
|
1635
1635
|
font-weight: bold;
|
1636
|
-
font-family: sans-serif;
|
1636
|
+
font-family: arial, sans-serif;
|
1637
1637
|
font-size: 20px;
|
1638
1638
|
background: #319fda;
|
1639
1639
|
-webkit-border-radius: 20px;
|
@@ -1646,6 +1646,7 @@ body {
|
|
1646
1646
|
box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
|
1647
1647
|
}
|
1648
1648
|
.ie7 .popup-demo-1 .after {
|
1649
|
+
background-color: black;
|
1649
1650
|
filter: alpha(opacity=70);
|
1650
1651
|
}
|
1651
1652
|
.ie8 .popup-demo-1:after {
|
@@ -1792,7 +1793,7 @@ body {
|
|
1792
1793
|
border: 3px solid white;
|
1793
1794
|
color: white;
|
1794
1795
|
font-weight: bold;
|
1795
|
-
font-family: sans-serif;
|
1796
|
+
font-family: arial, sans-serif;
|
1796
1797
|
font-size: 20px;
|
1797
1798
|
background: black;
|
1798
1799
|
-webkit-border-radius: 20px;
|
@@ -1805,6 +1806,7 @@ body {
|
|
1805
1806
|
box-shadow: 0px 0px 5px #333333;
|
1806
1807
|
}
|
1807
1808
|
.ie7 .popup-demo-2 .after {
|
1809
|
+
background-color: gray;
|
1808
1810
|
filter: alpha(opacity=50);
|
1809
1811
|
}
|
1810
1812
|
.ie8 .popup-demo-2:after {
|
data/docs/css/picasso-demos.css
CHANGED
@@ -1632,7 +1632,7 @@ body {
|
|
1632
1632
|
border: 3px solid white;
|
1633
1633
|
color: white;
|
1634
1634
|
font-weight: bold;
|
1635
|
-
font-family: sans-serif;
|
1635
|
+
font-family: arial, sans-serif;
|
1636
1636
|
font-size: 20px;
|
1637
1637
|
background: #319fda;
|
1638
1638
|
-webkit-border-radius: 20px;
|
@@ -1645,6 +1645,7 @@ body {
|
|
1645
1645
|
box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
|
1646
1646
|
}
|
1647
1647
|
.ie7 .popup-demo-1 .after {
|
1648
|
+
background-color: black;
|
1648
1649
|
filter: alpha(opacity=70);
|
1649
1650
|
}
|
1650
1651
|
.ie8 .popup-demo-1:after {
|
@@ -1791,7 +1792,7 @@ body {
|
|
1791
1792
|
border: 3px solid white;
|
1792
1793
|
color: white;
|
1793
1794
|
font-weight: bold;
|
1794
|
-
font-family: sans-serif;
|
1795
|
+
font-family: arial, sans-serif;
|
1795
1796
|
font-size: 20px;
|
1796
1797
|
background: black;
|
1797
1798
|
-webkit-border-radius: 20px;
|
@@ -1804,6 +1805,7 @@ body {
|
|
1804
1805
|
box-shadow: 0px 0px 5px #333333;
|
1805
1806
|
}
|
1806
1807
|
.ie7 .popup-demo-2 .after {
|
1808
|
+
background-color: gray;
|
1807
1809
|
filter: alpha(opacity=50);
|
1808
1810
|
}
|
1809
1811
|
.ie8 .popup-demo-2:after {
|
data/docs/index.html
CHANGED
@@ -1633,7 +1633,7 @@ body {
|
|
1633
1633
|
border: 3px solid white;
|
1634
1634
|
color: white;
|
1635
1635
|
font-weight: bold;
|
1636
|
-
font-family: sans-serif;
|
1636
|
+
font-family: arial, sans-serif;
|
1637
1637
|
font-size: 20px;
|
1638
1638
|
background: #319fda;
|
1639
1639
|
-webkit-border-radius: 20px;
|
@@ -1646,6 +1646,7 @@ body {
|
|
1646
1646
|
box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
|
1647
1647
|
}
|
1648
1648
|
.ie7 .popup-demo-1 .after {
|
1649
|
+
background-color: black;
|
1649
1650
|
filter: alpha(opacity=70);
|
1650
1651
|
}
|
1651
1652
|
.ie8 .popup-demo-1:after {
|
@@ -1792,7 +1793,7 @@ body {
|
|
1792
1793
|
border: 3px solid white;
|
1793
1794
|
color: white;
|
1794
1795
|
font-weight: bold;
|
1795
|
-
font-family: sans-serif;
|
1796
|
+
font-family: arial, sans-serif;
|
1796
1797
|
font-size: 20px;
|
1797
1798
|
background: black;
|
1798
1799
|
-webkit-border-radius: 20px;
|
@@ -1805,6 +1806,7 @@ body {
|
|
1805
1806
|
box-shadow: 0px 0px 5px #333333;
|
1806
1807
|
}
|
1807
1808
|
.ie7 .popup-demo-2 .after {
|
1809
|
+
background-color: gray;
|
1808
1810
|
filter: alpha(opacity=50);
|
1809
1811
|
}
|
1810
1812
|
.ie8 .popup-demo-2:after {
|
@@ -1633,7 +1633,7 @@ body {
|
|
1633
1633
|
border: 3px solid white;
|
1634
1634
|
color: white;
|
1635
1635
|
font-weight: bold;
|
1636
|
-
font-family: sans-serif;
|
1636
|
+
font-family: arial, sans-serif;
|
1637
1637
|
font-size: 20px;
|
1638
1638
|
background: #319fda;
|
1639
1639
|
-webkit-border-radius: 20px;
|
@@ -1646,6 +1646,7 @@ body {
|
|
1646
1646
|
box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
|
1647
1647
|
}
|
1648
1648
|
.ie7 .popup-demo-1 .after {
|
1649
|
+
background-color: black;
|
1649
1650
|
filter: alpha(opacity=70);
|
1650
1651
|
}
|
1651
1652
|
.ie8 .popup-demo-1:after {
|
@@ -1792,7 +1793,7 @@ body {
|
|
1792
1793
|
border: 3px solid white;
|
1793
1794
|
color: white;
|
1794
1795
|
font-weight: bold;
|
1795
|
-
font-family: sans-serif;
|
1796
|
+
font-family: arial, sans-serif;
|
1796
1797
|
font-size: 20px;
|
1797
1798
|
background: black;
|
1798
1799
|
-webkit-border-radius: 20px;
|
@@ -1805,6 +1806,7 @@ body {
|
|
1805
1806
|
box-shadow: 0px 0px 5px #333333;
|
1806
1807
|
}
|
1807
1808
|
.ie7 .popup-demo-2 .after {
|
1809
|
+
background-color: gray;
|
1808
1810
|
filter: alpha(opacity=50);
|
1809
1811
|
}
|
1810
1812
|
.ie8 .popup-demo-2:after {
|
data/docs/picasso-_despegar.html
CHANGED
@@ -1633,7 +1633,7 @@ body {
|
|
1633
1633
|
border: 3px solid white;
|
1634
1634
|
color: white;
|
1635
1635
|
font-weight: bold;
|
1636
|
-
font-family: sans-serif;
|
1636
|
+
font-family: arial, sans-serif;
|
1637
1637
|
font-size: 20px;
|
1638
1638
|
background: #319fda;
|
1639
1639
|
-webkit-border-radius: 20px;
|
@@ -1646,6 +1646,7 @@ body {
|
|
1646
1646
|
box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
|
1647
1647
|
}
|
1648
1648
|
.ie7 .popup-demo-1 .after {
|
1649
|
+
background-color: black;
|
1649
1650
|
filter: alpha(opacity=70);
|
1650
1651
|
}
|
1651
1652
|
.ie8 .popup-demo-1:after {
|
@@ -1792,7 +1793,7 @@ body {
|
|
1792
1793
|
border: 3px solid white;
|
1793
1794
|
color: white;
|
1794
1795
|
font-weight: bold;
|
1795
|
-
font-family: sans-serif;
|
1796
|
+
font-family: arial, sans-serif;
|
1796
1797
|
font-size: 20px;
|
1797
1798
|
background: black;
|
1798
1799
|
-webkit-border-radius: 20px;
|
@@ -1805,6 +1806,7 @@ body {
|
|
1805
1806
|
box-shadow: 0px 0px 5px #333333;
|
1806
1807
|
}
|
1807
1808
|
.ie7 .popup-demo-2 .after {
|
1809
|
+
background-color: gray;
|
1808
1810
|
filter: alpha(opacity=50);
|
1809
1811
|
}
|
1810
1812
|
.ie8 .popup-demo-2:after {
|
data/docs/picasso-_utils.html
CHANGED
@@ -1633,7 +1633,7 @@ body {
|
|
1633
1633
|
border: 3px solid white;
|
1634
1634
|
color: white;
|
1635
1635
|
font-weight: bold;
|
1636
|
-
font-family: sans-serif;
|
1636
|
+
font-family: arial, sans-serif;
|
1637
1637
|
font-size: 20px;
|
1638
1638
|
background: #319fda;
|
1639
1639
|
-webkit-border-radius: 20px;
|
@@ -1646,6 +1646,7 @@ body {
|
|
1646
1646
|
box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
|
1647
1647
|
}
|
1648
1648
|
.ie7 .popup-demo-1 .after {
|
1649
|
+
background-color: black;
|
1649
1650
|
filter: alpha(opacity=70);
|
1650
1651
|
}
|
1651
1652
|
.ie8 .popup-demo-1:after {
|
@@ -1792,7 +1793,7 @@ body {
|
|
1792
1793
|
border: 3px solid white;
|
1793
1794
|
color: white;
|
1794
1795
|
font-weight: bold;
|
1795
|
-
font-family: sans-serif;
|
1796
|
+
font-family: arial, sans-serif;
|
1796
1797
|
font-size: 20px;
|
1797
1798
|
background: black;
|
1798
1799
|
-webkit-border-radius: 20px;
|
@@ -1805,6 +1806,7 @@ body {
|
|
1805
1806
|
box-shadow: 0px 0px 5px #333333;
|
1806
1807
|
}
|
1807
1808
|
.ie7 .popup-demo-2 .after {
|
1809
|
+
background-color: gray;
|
1808
1810
|
filter: alpha(opacity=50);
|
1809
1811
|
}
|
1810
1812
|
.ie8 .popup-demo-2:after {
|
@@ -1633,7 +1633,7 @@ body {
|
|
1633
1633
|
border: 3px solid white;
|
1634
1634
|
color: white;
|
1635
1635
|
font-weight: bold;
|
1636
|
-
font-family: sans-serif;
|
1636
|
+
font-family: arial, sans-serif;
|
1637
1637
|
font-size: 20px;
|
1638
1638
|
background: #319fda;
|
1639
1639
|
-webkit-border-radius: 20px;
|
@@ -1646,6 +1646,7 @@ body {
|
|
1646
1646
|
box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
|
1647
1647
|
}
|
1648
1648
|
.ie7 .popup-demo-1 .after {
|
1649
|
+
background-color: black;
|
1649
1650
|
filter: alpha(opacity=70);
|
1650
1651
|
}
|
1651
1652
|
.ie8 .popup-demo-1:after {
|
@@ -1792,7 +1793,7 @@ body {
|
|
1792
1793
|
border: 3px solid white;
|
1793
1794
|
color: white;
|
1794
1795
|
font-weight: bold;
|
1795
|
-
font-family: sans-serif;
|
1796
|
+
font-family: arial, sans-serif;
|
1796
1797
|
font-size: 20px;
|
1797
1798
|
background: black;
|
1798
1799
|
-webkit-border-radius: 20px;
|
@@ -1805,6 +1806,7 @@ body {
|
|
1805
1806
|
box-shadow: 0px 0px 5px #333333;
|
1806
1807
|
}
|
1807
1808
|
.ie7 .popup-demo-2 .after {
|
1809
|
+
background-color: gray;
|
1808
1810
|
filter: alpha(opacity=50);
|
1809
1811
|
}
|
1810
1812
|
.ie8 .popup-demo-2:after {
|
@@ -1633,7 +1633,7 @@ body {
|
|
1633
1633
|
border: 3px solid white;
|
1634
1634
|
color: white;
|
1635
1635
|
font-weight: bold;
|
1636
|
-
font-family: sans-serif;
|
1636
|
+
font-family: arial, sans-serif;
|
1637
1637
|
font-size: 20px;
|
1638
1638
|
background: #319fda;
|
1639
1639
|
-webkit-border-radius: 20px;
|
@@ -1646,6 +1646,7 @@ body {
|
|
1646
1646
|
box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
|
1647
1647
|
}
|
1648
1648
|
.ie7 .popup-demo-1 .after {
|
1649
|
+
background-color: black;
|
1649
1650
|
filter: alpha(opacity=70);
|
1650
1651
|
}
|
1651
1652
|
.ie8 .popup-demo-1:after {
|
@@ -1792,7 +1793,7 @@ body {
|
|
1792
1793
|
border: 3px solid white;
|
1793
1794
|
color: white;
|
1794
1795
|
font-weight: bold;
|
1795
|
-
font-family: sans-serif;
|
1796
|
+
font-family: arial, sans-serif;
|
1796
1797
|
font-size: 20px;
|
1797
1798
|
background: black;
|
1798
1799
|
-webkit-border-radius: 20px;
|
@@ -1805,6 +1806,7 @@ body {
|
|
1805
1806
|
box-shadow: 0px 0px 5px #333333;
|
1806
1807
|
}
|
1807
1808
|
.ie7 .popup-demo-2 .after {
|
1809
|
+
background-color: gray;
|
1808
1810
|
filter: alpha(opacity=50);
|
1809
1811
|
}
|
1810
1812
|
.ie8 .popup-demo-2:after {
|
@@ -1633,7 +1633,7 @@ body {
|
|
1633
1633
|
border: 3px solid white;
|
1634
1634
|
color: white;
|
1635
1635
|
font-weight: bold;
|
1636
|
-
font-family: sans-serif;
|
1636
|
+
font-family: arial, sans-serif;
|
1637
1637
|
font-size: 20px;
|
1638
1638
|
background: #319fda;
|
1639
1639
|
-webkit-border-radius: 20px;
|
@@ -1646,6 +1646,7 @@ body {
|
|
1646
1646
|
box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
|
1647
1647
|
}
|
1648
1648
|
.ie7 .popup-demo-1 .after {
|
1649
|
+
background-color: black;
|
1649
1650
|
filter: alpha(opacity=70);
|
1650
1651
|
}
|
1651
1652
|
.ie8 .popup-demo-1:after {
|
@@ -1792,7 +1793,7 @@ body {
|
|
1792
1793
|
border: 3px solid white;
|
1793
1794
|
color: white;
|
1794
1795
|
font-weight: bold;
|
1795
|
-
font-family: sans-serif;
|
1796
|
+
font-family: arial, sans-serif;
|
1796
1797
|
font-size: 20px;
|
1797
1798
|
background: black;
|
1798
1799
|
-webkit-border-radius: 20px;
|
@@ -1805,6 +1806,7 @@ body {
|
|
1805
1806
|
box-shadow: 0px 0px 5px #333333;
|
1806
1807
|
}
|
1807
1808
|
.ie7 .popup-demo-2 .after {
|
1809
|
+
background-color: gray;
|
1808
1810
|
filter: alpha(opacity=50);
|
1809
1811
|
}
|
1810
1812
|
.ie8 .popup-demo-2:after {
|
@@ -1633,7 +1633,7 @@ body {
|
|
1633
1633
|
border: 3px solid white;
|
1634
1634
|
color: white;
|
1635
1635
|
font-weight: bold;
|
1636
|
-
font-family: sans-serif;
|
1636
|
+
font-family: arial, sans-serif;
|
1637
1637
|
font-size: 20px;
|
1638
1638
|
background: #319fda;
|
1639
1639
|
-webkit-border-radius: 20px;
|
@@ -1646,6 +1646,7 @@ body {
|
|
1646
1646
|
box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
|
1647
1647
|
}
|
1648
1648
|
.ie7 .popup-demo-1 .after {
|
1649
|
+
background-color: black;
|
1649
1650
|
filter: alpha(opacity=70);
|
1650
1651
|
}
|
1651
1652
|
.ie8 .popup-demo-1:after {
|
@@ -1792,7 +1793,7 @@ body {
|
|
1792
1793
|
border: 3px solid white;
|
1793
1794
|
color: white;
|
1794
1795
|
font-weight: bold;
|
1795
|
-
font-family: sans-serif;
|
1796
|
+
font-family: arial, sans-serif;
|
1796
1797
|
font-size: 20px;
|
1797
1798
|
background: black;
|
1798
1799
|
-webkit-border-radius: 20px;
|
@@ -1805,6 +1806,7 @@ body {
|
|
1805
1806
|
box-shadow: 0px 0px 5px #333333;
|
1806
1807
|
}
|
1807
1808
|
.ie7 .popup-demo-2 .after {
|
1809
|
+
background-color: gray;
|
1808
1810
|
filter: alpha(opacity=50);
|
1809
1811
|
}
|
1810
1812
|
.ie8 .popup-demo-2:after {
|
@@ -1633,7 +1633,7 @@ body {
|
|
1633
1633
|
border: 3px solid white;
|
1634
1634
|
color: white;
|
1635
1635
|
font-weight: bold;
|
1636
|
-
font-family: sans-serif;
|
1636
|
+
font-family: arial, sans-serif;
|
1637
1637
|
font-size: 20px;
|
1638
1638
|
background: #319fda;
|
1639
1639
|
-webkit-border-radius: 20px;
|
@@ -1646,6 +1646,7 @@ body {
|
|
1646
1646
|
box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
|
1647
1647
|
}
|
1648
1648
|
.ie7 .popup-demo-1 .after {
|
1649
|
+
background-color: black;
|
1649
1650
|
filter: alpha(opacity=70);
|
1650
1651
|
}
|
1651
1652
|
.ie8 .popup-demo-1:after {
|
@@ -1792,7 +1793,7 @@ body {
|
|
1792
1793
|
border: 3px solid white;
|
1793
1794
|
color: white;
|
1794
1795
|
font-weight: bold;
|
1795
|
-
font-family: sans-serif;
|
1796
|
+
font-family: arial, sans-serif;
|
1796
1797
|
font-size: 20px;
|
1797
1798
|
background: black;
|
1798
1799
|
-webkit-border-radius: 20px;
|
@@ -1805,6 +1806,7 @@ body {
|
|
1805
1806
|
box-shadow: 0px 0px 5px #333333;
|
1806
1807
|
}
|
1807
1808
|
.ie7 .popup-demo-2 .after {
|
1809
|
+
background-color: gray;
|
1808
1810
|
filter: alpha(opacity=50);
|
1809
1811
|
}
|
1810
1812
|
.ie8 .popup-demo-2:after {
|
@@ -1633,7 +1633,7 @@ body {
|
|
1633
1633
|
border: 3px solid white;
|
1634
1634
|
color: white;
|
1635
1635
|
font-weight: bold;
|
1636
|
-
font-family: sans-serif;
|
1636
|
+
font-family: arial, sans-serif;
|
1637
1637
|
font-size: 20px;
|
1638
1638
|
background: #319fda;
|
1639
1639
|
-webkit-border-radius: 20px;
|
@@ -1646,6 +1646,7 @@ body {
|
|
1646
1646
|
box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
|
1647
1647
|
}
|
1648
1648
|
.ie7 .popup-demo-1 .after {
|
1649
|
+
background-color: black;
|
1649
1650
|
filter: alpha(opacity=70);
|
1650
1651
|
}
|
1651
1652
|
.ie8 .popup-demo-1:after {
|
@@ -1792,7 +1793,7 @@ body {
|
|
1792
1793
|
border: 3px solid white;
|
1793
1794
|
color: white;
|
1794
1795
|
font-weight: bold;
|
1795
|
-
font-family: sans-serif;
|
1796
|
+
font-family: arial, sans-serif;
|
1796
1797
|
font-size: 20px;
|
1797
1798
|
background: black;
|
1798
1799
|
-webkit-border-radius: 20px;
|
@@ -1805,6 +1806,7 @@ body {
|
|
1805
1806
|
box-shadow: 0px 0px 5px #333333;
|
1806
1807
|
}
|
1807
1808
|
.ie7 .popup-demo-2 .after {
|
1809
|
+
background-color: gray;
|
1808
1810
|
filter: alpha(opacity=50);
|
1809
1811
|
}
|
1810
1812
|
.ie8 .popup-demo-2:after {
|
@@ -1633,7 +1633,7 @@ body {
|
|
1633
1633
|
border: 3px solid white;
|
1634
1634
|
color: white;
|
1635
1635
|
font-weight: bold;
|
1636
|
-
font-family: sans-serif;
|
1636
|
+
font-family: arial, sans-serif;
|
1637
1637
|
font-size: 20px;
|
1638
1638
|
background: #319fda;
|
1639
1639
|
-webkit-border-radius: 20px;
|
@@ -1646,6 +1646,7 @@ body {
|
|
1646
1646
|
box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
|
1647
1647
|
}
|
1648
1648
|
.ie7 .popup-demo-1 .after {
|
1649
|
+
background-color: black;
|
1649
1650
|
filter: alpha(opacity=70);
|
1650
1651
|
}
|
1651
1652
|
.ie8 .popup-demo-1:after {
|
@@ -1792,7 +1793,7 @@ body {
|
|
1792
1793
|
border: 3px solid white;
|
1793
1794
|
color: white;
|
1794
1795
|
font-weight: bold;
|
1795
|
-
font-family: sans-serif;
|
1796
|
+
font-family: arial, sans-serif;
|
1796
1797
|
font-size: 20px;
|
1797
1798
|
background: black;
|
1798
1799
|
-webkit-border-radius: 20px;
|
@@ -1805,6 +1806,7 @@ body {
|
|
1805
1806
|
box-shadow: 0px 0px 5px #333333;
|
1806
1807
|
}
|
1807
1808
|
.ie7 .popup-demo-2 .after {
|
1809
|
+
background-color: gray;
|
1808
1810
|
filter: alpha(opacity=50);
|
1809
1811
|
}
|
1810
1812
|
.ie8 .popup-demo-2:after {
|
@@ -1633,7 +1633,7 @@ body {
|
|
1633
1633
|
border: 3px solid white;
|
1634
1634
|
color: white;
|
1635
1635
|
font-weight: bold;
|
1636
|
-
font-family: sans-serif;
|
1636
|
+
font-family: arial, sans-serif;
|
1637
1637
|
font-size: 20px;
|
1638
1638
|
background: #319fda;
|
1639
1639
|
-webkit-border-radius: 20px;
|
@@ -1646,6 +1646,7 @@ body {
|
|
1646
1646
|
box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
|
1647
1647
|
}
|
1648
1648
|
.ie7 .popup-demo-1 .after {
|
1649
|
+
background-color: black;
|
1649
1650
|
filter: alpha(opacity=70);
|
1650
1651
|
}
|
1651
1652
|
.ie8 .popup-demo-1:after {
|
@@ -1792,7 +1793,7 @@ body {
|
|
1792
1793
|
border: 3px solid white;
|
1793
1794
|
color: white;
|
1794
1795
|
font-weight: bold;
|
1795
|
-
font-family: sans-serif;
|
1796
|
+
font-family: arial, sans-serif;
|
1796
1797
|
font-size: 20px;
|
1797
1798
|
background: black;
|
1798
1799
|
-webkit-border-radius: 20px;
|
@@ -1805,6 +1806,7 @@ body {
|
|
1805
1806
|
box-shadow: 0px 0px 5px #333333;
|
1806
1807
|
}
|
1807
1808
|
.ie7 .popup-demo-2 .after {
|
1809
|
+
background-color: gray;
|
1808
1810
|
filter: alpha(opacity=50);
|
1809
1811
|
}
|
1810
1812
|
.ie8 .popup-demo-2:after {
|
@@ -1633,7 +1633,7 @@ body {
|
|
1633
1633
|
border: 3px solid white;
|
1634
1634
|
color: white;
|
1635
1635
|
font-weight: bold;
|
1636
|
-
font-family: sans-serif;
|
1636
|
+
font-family: arial, sans-serif;
|
1637
1637
|
font-size: 20px;
|
1638
1638
|
background: #319fda;
|
1639
1639
|
-webkit-border-radius: 20px;
|
@@ -1646,6 +1646,7 @@ body {
|
|
1646
1646
|
box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
|
1647
1647
|
}
|
1648
1648
|
.ie7 .popup-demo-1 .after {
|
1649
|
+
background-color: black;
|
1649
1650
|
filter: alpha(opacity=70);
|
1650
1651
|
}
|
1651
1652
|
.ie8 .popup-demo-1:after {
|
@@ -1792,7 +1793,7 @@ body {
|
|
1792
1793
|
border: 3px solid white;
|
1793
1794
|
color: white;
|
1794
1795
|
font-weight: bold;
|
1795
|
-
font-family: sans-serif;
|
1796
|
+
font-family: arial, sans-serif;
|
1796
1797
|
font-size: 20px;
|
1797
1798
|
background: black;
|
1798
1799
|
-webkit-border-radius: 20px;
|
@@ -1805,6 +1806,7 @@ body {
|
|
1805
1806
|
box-shadow: 0px 0px 5px #333333;
|
1806
1807
|
}
|
1807
1808
|
.ie7 .popup-demo-2 .after {
|
1809
|
+
background-color: gray;
|
1808
1810
|
filter: alpha(opacity=50);
|
1809
1811
|
}
|
1810
1812
|
.ie8 .popup-demo-2:after {
|
@@ -2830,7 +2832,7 @@ $popup-ie-fallback: "sprites" !default;
|
|
2830
2832
|
}
|
2831
2833
|
|
2832
2834
|
}
|
2833
|
-
|
2835
|
+
|
2834
2836
|
.ie9 & {
|
2835
2837
|
|
2836
2838
|
.popup-close {
|
@@ -2908,7 +2910,7 @@ $popup-ie-fallback: "sprites" !default;
|
|
2908
2910
|
border: $popup-default-close-button-border solid $close-button-color;
|
2909
2911
|
color: $close-button-color;
|
2910
2912
|
font-weight: bold;
|
2911
|
-
font-family: sans-serif;
|
2913
|
+
font-family: arial, sans-serif;
|
2912
2914
|
font-size: $popup-default-close-button-height;
|
2913
2915
|
background: $close-button-background;
|
2914
2916
|
@include border-radius($popup-default-close-button-height);
|
@@ -2918,6 +2920,7 @@ $popup-ie-fallback: "sprites" !default;
|
|
2918
2920
|
.ie7 &{
|
2919
2921
|
|
2920
2922
|
& .after {
|
2923
|
+
background-color: $background-border;
|
2921
2924
|
filter: alpha(opacity = ($background-border-opacity * 100));
|
2922
2925
|
}
|
2923
2926
|
|
@@ -1633,7 +1633,7 @@ body {
|
|
1633
1633
|
border: 3px solid white;
|
1634
1634
|
color: white;
|
1635
1635
|
font-weight: bold;
|
1636
|
-
font-family: sans-serif;
|
1636
|
+
font-family: arial, sans-serif;
|
1637
1637
|
font-size: 20px;
|
1638
1638
|
background: #319fda;
|
1639
1639
|
-webkit-border-radius: 20px;
|
@@ -1646,6 +1646,7 @@ body {
|
|
1646
1646
|
box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
|
1647
1647
|
}
|
1648
1648
|
.ie7 .popup-demo-1 .after {
|
1649
|
+
background-color: black;
|
1649
1650
|
filter: alpha(opacity=70);
|
1650
1651
|
}
|
1651
1652
|
.ie8 .popup-demo-1:after {
|
@@ -1792,7 +1793,7 @@ body {
|
|
1792
1793
|
border: 3px solid white;
|
1793
1794
|
color: white;
|
1794
1795
|
font-weight: bold;
|
1795
|
-
font-family: sans-serif;
|
1796
|
+
font-family: arial, sans-serif;
|
1796
1797
|
font-size: 20px;
|
1797
1798
|
background: black;
|
1798
1799
|
-webkit-border-radius: 20px;
|
@@ -1805,6 +1806,7 @@ body {
|
|
1805
1806
|
box-shadow: 0px 0px 5px #333333;
|
1806
1807
|
}
|
1807
1808
|
.ie7 .popup-demo-2 .after {
|
1809
|
+
background-color: gray;
|
1808
1810
|
filter: alpha(opacity=50);
|
1809
1811
|
}
|
1810
1812
|
.ie8 .popup-demo-2:after {
|
@@ -1633,7 +1633,7 @@ body {
|
|
1633
1633
|
border: 3px solid white;
|
1634
1634
|
color: white;
|
1635
1635
|
font-weight: bold;
|
1636
|
-
font-family: sans-serif;
|
1636
|
+
font-family: arial, sans-serif;
|
1637
1637
|
font-size: 20px;
|
1638
1638
|
background: #319fda;
|
1639
1639
|
-webkit-border-radius: 20px;
|
@@ -1646,6 +1646,7 @@ body {
|
|
1646
1646
|
box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
|
1647
1647
|
}
|
1648
1648
|
.ie7 .popup-demo-1 .after {
|
1649
|
+
background-color: black;
|
1649
1650
|
filter: alpha(opacity=70);
|
1650
1651
|
}
|
1651
1652
|
.ie8 .popup-demo-1:after {
|
@@ -1792,7 +1793,7 @@ body {
|
|
1792
1793
|
border: 3px solid white;
|
1793
1794
|
color: white;
|
1794
1795
|
font-weight: bold;
|
1795
|
-
font-family: sans-serif;
|
1796
|
+
font-family: arial, sans-serif;
|
1796
1797
|
font-size: 20px;
|
1797
1798
|
background: black;
|
1798
1799
|
-webkit-border-radius: 20px;
|
@@ -1805,6 +1806,7 @@ body {
|
|
1805
1806
|
box-shadow: 0px 0px 5px #333333;
|
1806
1807
|
}
|
1807
1808
|
.ie7 .popup-demo-2 .after {
|
1809
|
+
background-color: gray;
|
1808
1810
|
filter: alpha(opacity=50);
|
1809
1811
|
}
|
1810
1812
|
.ie8 .popup-demo-2:after {
|
@@ -1633,7 +1633,7 @@ body {
|
|
1633
1633
|
border: 3px solid white;
|
1634
1634
|
color: white;
|
1635
1635
|
font-weight: bold;
|
1636
|
-
font-family: sans-serif;
|
1636
|
+
font-family: arial, sans-serif;
|
1637
1637
|
font-size: 20px;
|
1638
1638
|
background: #319fda;
|
1639
1639
|
-webkit-border-radius: 20px;
|
@@ -1646,6 +1646,7 @@ body {
|
|
1646
1646
|
box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
|
1647
1647
|
}
|
1648
1648
|
.ie7 .popup-demo-1 .after {
|
1649
|
+
background-color: black;
|
1649
1650
|
filter: alpha(opacity=70);
|
1650
1651
|
}
|
1651
1652
|
.ie8 .popup-demo-1:after {
|
@@ -1792,7 +1793,7 @@ body {
|
|
1792
1793
|
border: 3px solid white;
|
1793
1794
|
color: white;
|
1794
1795
|
font-weight: bold;
|
1795
|
-
font-family: sans-serif;
|
1796
|
+
font-family: arial, sans-serif;
|
1796
1797
|
font-size: 20px;
|
1797
1798
|
background: black;
|
1798
1799
|
-webkit-border-radius: 20px;
|
@@ -1805,6 +1806,7 @@ body {
|
|
1805
1806
|
box-shadow: 0px 0px 5px #333333;
|
1806
1807
|
}
|
1807
1808
|
.ie7 .popup-demo-2 .after {
|
1809
|
+
background-color: gray;
|
1808
1810
|
filter: alpha(opacity=50);
|
1809
1811
|
}
|
1810
1812
|
.ie8 .popup-demo-2:after {
|
@@ -1633,7 +1633,7 @@ body {
|
|
1633
1633
|
border: 3px solid white;
|
1634
1634
|
color: white;
|
1635
1635
|
font-weight: bold;
|
1636
|
-
font-family: sans-serif;
|
1636
|
+
font-family: arial, sans-serif;
|
1637
1637
|
font-size: 20px;
|
1638
1638
|
background: #319fda;
|
1639
1639
|
-webkit-border-radius: 20px;
|
@@ -1646,6 +1646,7 @@ body {
|
|
1646
1646
|
box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
|
1647
1647
|
}
|
1648
1648
|
.ie7 .popup-demo-1 .after {
|
1649
|
+
background-color: black;
|
1649
1650
|
filter: alpha(opacity=70);
|
1650
1651
|
}
|
1651
1652
|
.ie8 .popup-demo-1:after {
|
@@ -1792,7 +1793,7 @@ body {
|
|
1792
1793
|
border: 3px solid white;
|
1793
1794
|
color: white;
|
1794
1795
|
font-weight: bold;
|
1795
|
-
font-family: sans-serif;
|
1796
|
+
font-family: arial, sans-serif;
|
1796
1797
|
font-size: 20px;
|
1797
1798
|
background: black;
|
1798
1799
|
-webkit-border-radius: 20px;
|
@@ -1805,6 +1806,7 @@ body {
|
|
1805
1806
|
box-shadow: 0px 0px 5px #333333;
|
1806
1807
|
}
|
1807
1808
|
.ie7 .popup-demo-2 .after {
|
1809
|
+
background-color: gray;
|
1808
1810
|
filter: alpha(opacity=50);
|
1809
1811
|
}
|
1810
1812
|
.ie8 .popup-demo-2:after {
|
@@ -1633,7 +1633,7 @@ body {
|
|
1633
1633
|
border: 3px solid white;
|
1634
1634
|
color: white;
|
1635
1635
|
font-weight: bold;
|
1636
|
-
font-family: sans-serif;
|
1636
|
+
font-family: arial, sans-serif;
|
1637
1637
|
font-size: 20px;
|
1638
1638
|
background: #319fda;
|
1639
1639
|
-webkit-border-radius: 20px;
|
@@ -1646,6 +1646,7 @@ body {
|
|
1646
1646
|
box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
|
1647
1647
|
}
|
1648
1648
|
.ie7 .popup-demo-1 .after {
|
1649
|
+
background-color: black;
|
1649
1650
|
filter: alpha(opacity=70);
|
1650
1651
|
}
|
1651
1652
|
.ie8 .popup-demo-1:after {
|
@@ -1792,7 +1793,7 @@ body {
|
|
1792
1793
|
border: 3px solid white;
|
1793
1794
|
color: white;
|
1794
1795
|
font-weight: bold;
|
1795
|
-
font-family: sans-serif;
|
1796
|
+
font-family: arial, sans-serif;
|
1796
1797
|
font-size: 20px;
|
1797
1798
|
background: black;
|
1798
1799
|
-webkit-border-radius: 20px;
|
@@ -1805,6 +1806,7 @@ body {
|
|
1805
1806
|
box-shadow: 0px 0px 5px #333333;
|
1806
1807
|
}
|
1807
1808
|
.ie7 .popup-demo-2 .after {
|
1809
|
+
background-color: gray;
|
1808
1810
|
filter: alpha(opacity=50);
|
1809
1811
|
}
|
1810
1812
|
.ie8 .popup-demo-2:after {
|
@@ -1633,7 +1633,7 @@ body {
|
|
1633
1633
|
border: 3px solid white;
|
1634
1634
|
color: white;
|
1635
1635
|
font-weight: bold;
|
1636
|
-
font-family: sans-serif;
|
1636
|
+
font-family: arial, sans-serif;
|
1637
1637
|
font-size: 20px;
|
1638
1638
|
background: #319fda;
|
1639
1639
|
-webkit-border-radius: 20px;
|
@@ -1646,6 +1646,7 @@ body {
|
|
1646
1646
|
box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
|
1647
1647
|
}
|
1648
1648
|
.ie7 .popup-demo-1 .after {
|
1649
|
+
background-color: black;
|
1649
1650
|
filter: alpha(opacity=70);
|
1650
1651
|
}
|
1651
1652
|
.ie8 .popup-demo-1:after {
|
@@ -1792,7 +1793,7 @@ body {
|
|
1792
1793
|
border: 3px solid white;
|
1793
1794
|
color: white;
|
1794
1795
|
font-weight: bold;
|
1795
|
-
font-family: sans-serif;
|
1796
|
+
font-family: arial, sans-serif;
|
1796
1797
|
font-size: 20px;
|
1797
1798
|
background: black;
|
1798
1799
|
-webkit-border-radius: 20px;
|
@@ -1805,6 +1806,7 @@ body {
|
|
1805
1806
|
box-shadow: 0px 0px 5px #333333;
|
1806
1807
|
}
|
1807
1808
|
.ie7 .popup-demo-2 .after {
|
1809
|
+
background-color: gray;
|
1808
1810
|
filter: alpha(opacity=50);
|
1809
1811
|
}
|
1810
1812
|
.ie8 .popup-demo-2:after {
|
@@ -1633,7 +1633,7 @@ body {
|
|
1633
1633
|
border: 3px solid white;
|
1634
1634
|
color: white;
|
1635
1635
|
font-weight: bold;
|
1636
|
-
font-family: sans-serif;
|
1636
|
+
font-family: arial, sans-serif;
|
1637
1637
|
font-size: 20px;
|
1638
1638
|
background: #319fda;
|
1639
1639
|
-webkit-border-radius: 20px;
|
@@ -1646,6 +1646,7 @@ body {
|
|
1646
1646
|
box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
|
1647
1647
|
}
|
1648
1648
|
.ie7 .popup-demo-1 .after {
|
1649
|
+
background-color: black;
|
1649
1650
|
filter: alpha(opacity=70);
|
1650
1651
|
}
|
1651
1652
|
.ie8 .popup-demo-1:after {
|
@@ -1792,7 +1793,7 @@ body {
|
|
1792
1793
|
border: 3px solid white;
|
1793
1794
|
color: white;
|
1794
1795
|
font-weight: bold;
|
1795
|
-
font-family: sans-serif;
|
1796
|
+
font-family: arial, sans-serif;
|
1796
1797
|
font-size: 20px;
|
1797
1798
|
background: black;
|
1798
1799
|
-webkit-border-radius: 20px;
|
@@ -1805,6 +1806,7 @@ body {
|
|
1805
1806
|
box-shadow: 0px 0px 5px #333333;
|
1806
1807
|
}
|
1807
1808
|
.ie7 .popup-demo-2 .after {
|
1809
|
+
background-color: gray;
|
1808
1810
|
filter: alpha(opacity=50);
|
1809
1811
|
}
|
1810
1812
|
.ie8 .popup-demo-2:after {
|
data/docs/picasso-utils-_ie.html
CHANGED
@@ -1633,7 +1633,7 @@ body {
|
|
1633
1633
|
border: 3px solid white;
|
1634
1634
|
color: white;
|
1635
1635
|
font-weight: bold;
|
1636
|
-
font-family: sans-serif;
|
1636
|
+
font-family: arial, sans-serif;
|
1637
1637
|
font-size: 20px;
|
1638
1638
|
background: #319fda;
|
1639
1639
|
-webkit-border-radius: 20px;
|
@@ -1646,6 +1646,7 @@ body {
|
|
1646
1646
|
box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
|
1647
1647
|
}
|
1648
1648
|
.ie7 .popup-demo-1 .after {
|
1649
|
+
background-color: black;
|
1649
1650
|
filter: alpha(opacity=70);
|
1650
1651
|
}
|
1651
1652
|
.ie8 .popup-demo-1:after {
|
@@ -1792,7 +1793,7 @@ body {
|
|
1792
1793
|
border: 3px solid white;
|
1793
1794
|
color: white;
|
1794
1795
|
font-weight: bold;
|
1795
|
-
font-family: sans-serif;
|
1796
|
+
font-family: arial, sans-serif;
|
1796
1797
|
font-size: 20px;
|
1797
1798
|
background: black;
|
1798
1799
|
-webkit-border-radius: 20px;
|
@@ -1805,6 +1806,7 @@ body {
|
|
1805
1806
|
box-shadow: 0px 0px 5px #333333;
|
1806
1807
|
}
|
1807
1808
|
.ie7 .popup-demo-2 .after {
|
1809
|
+
background-color: gray;
|
1808
1810
|
filter: alpha(opacity=50);
|
1809
1811
|
}
|
1810
1812
|
.ie8 .popup-demo-2:after {
|
@@ -1633,7 +1633,7 @@ body {
|
|
1633
1633
|
border: 3px solid white;
|
1634
1634
|
color: white;
|
1635
1635
|
font-weight: bold;
|
1636
|
-
font-family: sans-serif;
|
1636
|
+
font-family: arial, sans-serif;
|
1637
1637
|
font-size: 20px;
|
1638
1638
|
background: #319fda;
|
1639
1639
|
-webkit-border-radius: 20px;
|
@@ -1646,6 +1646,7 @@ body {
|
|
1646
1646
|
box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
|
1647
1647
|
}
|
1648
1648
|
.ie7 .popup-demo-1 .after {
|
1649
|
+
background-color: black;
|
1649
1650
|
filter: alpha(opacity=70);
|
1650
1651
|
}
|
1651
1652
|
.ie8 .popup-demo-1:after {
|
@@ -1792,7 +1793,7 @@ body {
|
|
1792
1793
|
border: 3px solid white;
|
1793
1794
|
color: white;
|
1794
1795
|
font-weight: bold;
|
1795
|
-
font-family: sans-serif;
|
1796
|
+
font-family: arial, sans-serif;
|
1796
1797
|
font-size: 20px;
|
1797
1798
|
background: black;
|
1798
1799
|
-webkit-border-radius: 20px;
|
@@ -1805,6 +1806,7 @@ body {
|
|
1805
1806
|
box-shadow: 0px 0px 5px #333333;
|
1806
1807
|
}
|
1807
1808
|
.ie7 .popup-demo-2 .after {
|
1809
|
+
background-color: gray;
|
1808
1810
|
filter: alpha(opacity=50);
|
1809
1811
|
}
|
1810
1812
|
.ie8 .popup-demo-2:after {
|
@@ -1633,7 +1633,7 @@ body {
|
|
1633
1633
|
border: 3px solid white;
|
1634
1634
|
color: white;
|
1635
1635
|
font-weight: bold;
|
1636
|
-
font-family: sans-serif;
|
1636
|
+
font-family: arial, sans-serif;
|
1637
1637
|
font-size: 20px;
|
1638
1638
|
background: #319fda;
|
1639
1639
|
-webkit-border-radius: 20px;
|
@@ -1646,6 +1646,7 @@ body {
|
|
1646
1646
|
box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
|
1647
1647
|
}
|
1648
1648
|
.ie7 .popup-demo-1 .after {
|
1649
|
+
background-color: black;
|
1649
1650
|
filter: alpha(opacity=70);
|
1650
1651
|
}
|
1651
1652
|
.ie8 .popup-demo-1:after {
|
@@ -1792,7 +1793,7 @@ body {
|
|
1792
1793
|
border: 3px solid white;
|
1793
1794
|
color: white;
|
1794
1795
|
font-weight: bold;
|
1795
|
-
font-family: sans-serif;
|
1796
|
+
font-family: arial, sans-serif;
|
1796
1797
|
font-size: 20px;
|
1797
1798
|
background: black;
|
1798
1799
|
-webkit-border-radius: 20px;
|
@@ -1805,6 +1806,7 @@ body {
|
|
1805
1806
|
box-shadow: 0px 0px 5px #333333;
|
1806
1807
|
}
|
1807
1808
|
.ie7 .popup-demo-2 .after {
|
1809
|
+
background-color: gray;
|
1808
1810
|
filter: alpha(opacity=50);
|
1809
1811
|
}
|
1810
1812
|
.ie8 .popup-demo-2:after {
|
data/lib/picasso/version.rb
CHANGED
@@ -201,6 +201,15 @@ $popup-ie-fallback: "sprites" !default;
|
|
201
201
|
|
202
202
|
}
|
203
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
|
+
|
204
213
|
}
|
205
214
|
|
206
215
|
@mixin popup-visual(
|
@@ -279,6 +288,7 @@ $popup-ie-fallback: "sprites" !default;
|
|
279
288
|
.ie7 &{
|
280
289
|
|
281
290
|
& .after {
|
291
|
+
background-color: $background-border;
|
282
292
|
filter: alpha(opacity = ($background-border-opacity * 100));
|
283
293
|
}
|
284
294
|
|
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
|
+
- 3
|
11
|
+
version: 0.3.6.beta.3
|
12
12
|
platform: ruby
|
13
13
|
authors:
|
14
14
|
- Leandro D'Onofrio
|
@@ -16,7 +16,7 @@ autorequire:
|
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
18
|
|
19
|
-
date: 2012-08-
|
19
|
+
date: 2012-08-15 00:00:00 -03:00
|
20
20
|
default_executable:
|
21
21
|
dependencies:
|
22
22
|
- !ruby/object:Gem::Dependency
|
@@ -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.3\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"
|