Skip to content

Commit

Permalink
one more small update
Browse files Browse the repository at this point in the history
  • Loading branch information
zurbchris committed Dec 21, 2011
1 parent 07e43ab commit 13bce79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.mkdn
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ In Terminal:
* `git clone git://github.com/zurb/foundation-sass.git`
* `cd foundation-sass`
* `sudo gem build ZURB-foundation.gemspec`
* `sudo gem install ZURB-foundation-2.1.3.1.gem`
* `sudo gem install ZURB-foundation-2.1.3.2.gem`

To create your first project
----------------------------
Expand Down
2 changes: 1 addition & 1 deletion lib/ZURB-foundation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

module ZURBfoundation

VERSION = "2.1.3.1"
VERSION = "2.1.3.2"
DATE = "2011-12-21"

end
2 changes: 1 addition & 1 deletion stylesheets/zurb/_ui.sass
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ dl.tabs
width: auto
height: 29px
padding: 0 9px
line-height: 30
line-height: 30px
border: solid 1px #ddd
margin: 0 -1px 0 0
color: #555
Expand Down

0 comments on commit 13bce79

Please sign in to comment.