jombo 0.0.1.beta14 → 0.0.1.beta15
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:
|
9
|
+
* Date: Mon Jan 9 09:15:32 PST 2012
|
10
10
|
*/
|
11
11
|
html, body {
|
12
12
|
margin: 0;
|
@@ -1577,6 +1577,7 @@ i {
|
|
1577
1577
|
filter: alpha(opacity=40);
|
1578
1578
|
-moz-opacity: 0.4;
|
1579
1579
|
opacity: 0.4;
|
1580
|
+
cursor: pointer;
|
1580
1581
|
}
|
1581
1582
|
.navbar {
|
1582
1583
|
overflow: visible;
|
@@ -2902,7 +2903,6 @@ a.thumbnail:hover {
|
|
2902
2903
|
.progress .bar {
|
2903
2904
|
width: 0%;
|
2904
2905
|
height: 18px;
|
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);
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jombo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.1.
|
4
|
+
version: 0.0.1.beta15
|
5
5
|
prerelease: 6
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-01-
|
12
|
+
date: 2012-01-10 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: Package Bootstrap from Twitter (2.0 work-in-progress branch) assets as
|
15
15
|
a gem.
|