fix some typos

This commit is contained in:
Jeremy Weiskotten 2011-03-28 23:37:30 -04:00
parent 2e8fd055ed
commit 36b7c25f1b
2 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@ task :watch do
rebuild_site = lambda do |base, relative| rebuild_site = lambda do |base, relative|
if relative && relative =~ /\.s[ac]ss/ if relative && relative =~ /\.s[ac]ss/
puts ">>> Change Detected to #{relative} : updating stylsheets <<<" puts ">>> Change Detected to #{relative} : updating stylesheets <<<"
system "bundle exec compass compile" system "bundle exec compass compile"
else else
if !relative if !relative

View File

@ -16,14 +16,14 @@ classnames:
a.twitter a.twitter
+sprite-img("icons-32.png", 1) +sprite-img("icons-32.png", 1)
a.facebook a.facebook
+sprite-img("icons-32png", 2) +sprite-img("icons-32.png", 2)
**Example 2** Sharing a common base: **Example 2** Sharing a common base:
a a
+sprite-background("icons-32.png") +sprite-background("icons-32.png")
a.twitter &.twitter
+sprite-column(1) +sprite-column(1)
a.facebook &.facebook
+sprite-row(2) +sprite-row(2)