From 1c03a075919681c398622bc36ca9f78b5f3c1737 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 8 Sep 2011 10:36:56 -0700 Subject: bump css to 1.3.0, update makefile to reflect that, update form css to prepend form to the .clearfix to prevent some bullshit, small tweaks elsewhere --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 82603c41f..602086e82 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ DATE=$(shell DATE) -BOOTSTRAP = ./bootstrap-1.2.0.css -BOOTSTRAP_MIN = ./bootstrap-1.2.0.min.css +BOOTSTRAP = ./bootstrap-1.3.0.css +BOOTSTRAP_MIN = ./bootstrap-1.3.0.min.css BOOTSTRAP_LESS = ./lib/bootstrap.less LESS_COMPESSOR ?= `which lessc` WATCHR ?= `which watchr` -- cgit v1.2.3