Skip to content

Commit

Permalink
Merge branch '1.1.1-wip'
Browse files Browse the repository at this point in the history
  • Loading branch information
fat committed Aug 26, 2011
2 parents 5193619 + 273659c commit a63fb4d
Show file tree
Hide file tree
Showing 15 changed files with 1,182 additions and 825 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
DATE=$(shell DATE)
BOOTSTRAP = ./bootstrap-1.1.0.css
BOOTSTRAP_MIN = ./bootstrap-1.1.0.min.css
BOOTSTRAP = ./bootstrap-1.1.1.css
BOOTSTRAP_MIN = ./bootstrap-1.1.1.min.css
BOOTSTRAP_LESS = ./lib/bootstrap.less
LESS_COMPESSOR ?= `which lessc`
WATCHR ?= `which watchr`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Here's what the LESS version looks like:

Or if you prefer, the standard css way:

<link rel="stylesheet" type="text/css" href="bootstrap-1.1.0.css">
<link rel="stylesheet" type="text/css" href="bootstrap-1.1.1.css">

For more info, refer to the docs!

Expand Down
Loading

0 comments on commit a63fb4d

Please sign in to comment.