Skip to content

Commit

Permalink
Generate new gemspec, clean up Sass errors when unpacking the /projec…
Browse files Browse the repository at this point in the history
…t template, clean up general Sass warnings
  • Loading branch information
Adam Stacoviak committed Nov 30, 2009
1 parent c5a93c9 commit 509bd4e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion compass-wordpress.gemspec
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Wynn Netherland", "Adam Stacoviak"]
s.date = %q{2009-11-29}
s.date = %q{2009-11-30}
s.description = %q{Helps you create generic WordPress themes and Thematic child themes}
s.email = %q{wynn.netherland@gmail.com}
s.extra_rdoc_files = [
Expand Down
7 changes: 3 additions & 4 deletions sass/wordpress/thematic/styles/_default.sass
Expand Up @@ -230,7 +230,6 @@ ul.sf-menu li li li.sfHover ul
font-size: 13px
font-style: italic
line-height: 18px
.author
.n
font-size: 11px
font-style: normal
Expand Down Expand Up @@ -502,9 +501,9 @@ ul.sf-menu li li li.sfHover ul

#form-allowed-tags
p
color: #666
font-size: 11px
margin: 0
color: #666
font-size: 11px
margin: 0
span
font-style: italic
code
Expand Down
5 changes: 4 additions & 1 deletion templates/project/screen.sass
@@ -1 +1,4 @@
@import wordpress/library.sass
// Remove these references to Thematic to customize
@import compass/utilities
@import wordpress/thematic/extensions
@import wordpress/thematic/styles

0 comments on commit 509bd4e

Please sign in to comment.