mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-02 14:24:19 +01:00
change version in makefile to 1.3
This commit is contained in:
parent
39a16811eb
commit
3eafbe5c89
2
Makefile
2
Makefile
@ -1,4 +1,4 @@
|
||||
VERSION=1.2.0
|
||||
VERSION=1.3.0
|
||||
DATE=$(shell DATE)
|
||||
BOOTSTRAP = ./bootstrap.css
|
||||
BOOTSTRAP_MIN = ./bootstrap.min.css
|
||||
|
4
bootstrap.css
vendored
4
bootstrap.css
vendored
@ -1,12 +1,12 @@
|
||||
/*!
|
||||
* Bootstrap v1.2.0
|
||||
* Bootstrap v1.3.0
|
||||
*
|
||||
* Copyright 2011 Twitter, Inc
|
||||
* Licensed under the Apache License v2.0
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Designed and built with all the love in the world @twitter by @mdo and @fat.
|
||||
* Date: Fri Sep 16 14:07:03 PDT 2011
|
||||
* Date: Sat Sep 17 18:25:32 PDT 2011
|
||||
*/
|
||||
/* Reset.less
|
||||
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
|
||||
|
Loading…
Reference in New Issue
Block a user