hobo_clean 1.4.0.pre6 → 1.4.0.pre7
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/VERSION +1 -1
- data/vendor/assets/stylesheets/clean.css.erb +4 -0
- metadata +4 -4
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.4.0.
|
|
1
|
+
1.4.0.pre7
|
|
@@ -265,6 +265,10 @@ ul.collection > li { margin-left: 0; list-style: none;}
|
|
|
265
265
|
.table-plus div.search span {color: #444;}
|
|
266
266
|
.table-plus div.search input.search {margin: 0 5px;}
|
|
267
267
|
.table-plus div.search .button {padding: 2px 4px;}
|
|
268
|
+
form.clear-form { display: inline; }
|
|
269
|
+
form.search-form { display: inline; }
|
|
270
|
+
form.clear-form * { display: inline; }
|
|
271
|
+
form.search-form * { display: inline; }
|
|
268
272
|
|
|
269
273
|
.table-plus table {width: 100%; margin: 20px 0;}
|
|
270
274
|
.table-plus table th {
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: hobo_clean
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease: 6
|
|
5
|
-
version: 1.4.0.
|
|
5
|
+
version: 1.4.0.pre7
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Tom Locke, James Garlick
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2012-
|
|
13
|
+
date: 2012-07-05 00:00:00 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: hobo
|
|
@@ -20,7 +20,7 @@ dependencies:
|
|
|
20
20
|
requirements:
|
|
21
21
|
- - "="
|
|
22
22
|
- !ruby/object:Gem::Version
|
|
23
|
-
version: 1.4.0.
|
|
23
|
+
version: 1.4.0.pre7
|
|
24
24
|
type: :runtime
|
|
25
25
|
version_requirements: *id001
|
|
26
26
|
description: |
|
|
@@ -81,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
81
81
|
requirements: []
|
|
82
82
|
|
|
83
83
|
rubyforge_project: hobo
|
|
84
|
-
rubygems_version: 1.8.
|
|
84
|
+
rubygems_version: 1.8.21
|
|
85
85
|
signing_key:
|
|
86
86
|
specification_version: 3
|
|
87
87
|
summary: The clean theme for Hobo
|