compass-wordpress 0.1.1 → 0.1.2
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/sass/wordpress/thematic/styles/_default.sass +3 -4
- data/templates/project/screen.sass +4 -1
- metadata +3 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.2
|
|
@@ -230,7 +230,6 @@ ul.sf-menu li li li.sfHover ul
|
|
|
230
230
|
font-size: 13px
|
|
231
231
|
font-style: italic
|
|
232
232
|
line-height: 18px
|
|
233
|
-
.author
|
|
234
233
|
.n
|
|
235
234
|
font-size: 11px
|
|
236
235
|
font-style: normal
|
|
@@ -502,9 +501,9 @@ ul.sf-menu li li li.sfHover ul
|
|
|
502
501
|
|
|
503
502
|
#form-allowed-tags
|
|
504
503
|
p
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
504
|
+
color: #666
|
|
505
|
+
font-size: 11px
|
|
506
|
+
margin: 0
|
|
508
507
|
span
|
|
509
508
|
font-style: italic
|
|
510
509
|
code
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: compass-wordpress
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Wynn Netherland
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2009-11-
|
|
13
|
+
date: 2009-11-30 00:00:00 -06:00
|
|
14
14
|
default_executable:
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
@@ -89,7 +89,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
89
89
|
requirements: []
|
|
90
90
|
|
|
91
91
|
rubyforge_project:
|
|
92
|
-
rubygems_version: 1.3.
|
|
92
|
+
rubygems_version: 1.3.4
|
|
93
93
|
signing_key:
|
|
94
94
|
specification_version: 3
|
|
95
95
|
summary: Compass extenstion for creating WordPress themes using Sass
|