contour 2.0.0.rc2 → 2.0.0.rc3
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1eb130fb4e9865614d3b2f6d43b66f6fae355936
|
4
|
+
data.tar.gz: 4987f90bb664956a2f265c78b33f273921c3e5fd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fbeca064cf14c6a06898c82ed84d107cc3455230d1c5cdf55123c6b7be636f324b3d7fc71702557787637ce1dc156e6497c136b6e818bb846232c6799619ab02
|
7
|
+
data.tar.gz: b5463a8d8436235304904f00fff2338b1fc34b5c58aaea26b9755d3511b781a50d884dde045b9be65e8f258ffee5ac9924f638a82a550c25a8b8c1d7c3bf57e8
|
data/app/assets/stylesheets/{bootstrap-base-overrides.css → bootstrap-base-overrides.css.erb}
RENAMED
@@ -4,7 +4,7 @@
|
|
4
4
|
/* Line 2276 */
|
5
5
|
[class^="icon-"],
|
6
6
|
[class*=" icon-"] {
|
7
|
-
background-image: url(twitter-bootstrap/v2.3.2/glyphicons-halflings.png);
|
7
|
+
background-image: url(twitter-bootstrap/v2.3.2/glyphicons-halflings-<%= asset_path('twitter-bootstrap/v2.3.2/glyphicons-halflings.png').split('-').last %>);
|
8
8
|
}
|
9
9
|
|
10
10
|
/* Line 2292 */
|
@@ -21,7 +21,7 @@
|
|
21
21
|
.dropdown-menu > .active > a > [class*=" icon-"],
|
22
22
|
.dropdown-submenu:hover > a > [class^="icon-"],
|
23
23
|
.dropdown-submenu:hover > a > [class*=" icon-"] {
|
24
|
-
background-image: url(twitter-bootstrap/v2.3.2/glyphicons-halflings-white.png);
|
24
|
+
background-image: url(twitter-bootstrap/v2.3.2/glyphicons-halflings-white-<%= asset_path('twitter-bootstrap/v2.3.2/glyphicons-halflings-white.png').split('-').last %>);
|
25
25
|
}
|
26
26
|
|
27
27
|
/* Line 4414 */
|
data/lib/contour/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: contour
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.0.
|
4
|
+
version: 2.0.0.rc3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Remo Mueller
|
@@ -225,7 +225,7 @@ files:
|
|
225
225
|
- app/assets/javascripts/twitter-bootstrap/bootstrap-scroll-modal.js
|
226
226
|
- app/assets/javascripts/twitter-bootstrap/bootstrap.js.coffee
|
227
227
|
- app/assets/javascripts/twitter-bootstrap/v2.3.2/bootstrap.js
|
228
|
-
- app/assets/stylesheets/bootstrap-base-overrides.css
|
228
|
+
- app/assets/stylesheets/bootstrap-base-overrides.css.erb
|
229
229
|
- app/assets/stylesheets/bootstrap-responsive-overrides.css
|
230
230
|
- app/assets/stylesheets/contour/about.css
|
231
231
|
- app/assets/stylesheets/contour/authentication.css
|