jombo 0.0.1.beta13 → 0.0.1.beta14
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/jombo/version.rb
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
* http://www.apache.org/licenses/LICENSE-2.0
|
7
7
|
*
|
8
8
|
* Designed and built with all the love in the world @twitter by @mdo and @fat.
|
9
|
-
* Date: Sun Jan 8
|
9
|
+
* Date: Sun Jan 8 19:32:37 PST 2012
|
10
10
|
*/
|
11
11
|
html, body {
|
12
12
|
margin: 0;
|
@@ -2525,9 +2525,9 @@ i {
|
|
2525
2525
|
padding: 9px 14px 9px;
|
2526
2526
|
font-size: 15px;
|
2527
2527
|
line-height: normal;
|
2528
|
-
-webkit-border-radius:
|
2529
|
-
-moz-border-radius:
|
2530
|
-
border-radius:
|
2528
|
+
-webkit-border-radius: 5px;
|
2529
|
+
-moz-border-radius: 5px;
|
2530
|
+
border-radius: 5px;
|
2531
2531
|
}
|
2532
2532
|
.btn.small {
|
2533
2533
|
padding: 7px 9px 7px;
|
@@ -2902,7 +2902,7 @@ a.thumbnail:hover {
|
|
2902
2902
|
.progress .bar {
|
2903
2903
|
width: 0%;
|
2904
2904
|
height: 18px;
|
2905
|
-
margin: ;
|
2905
|
+
margin: 0;
|
2906
2906
|
background-color: #0480be;
|
2907
2907
|
background-image: -khtml-gradient(linear, left top, left bottom, from(#149bdf), to(#0480be));
|
2908
2908
|
background-image: -moz-linear-gradient(top, #149bdf, #0480be);
|