From 0a71f171bc63dcfea42fe002bab00454d728fc42 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 7 Apr 2012 16:17:15 -0700 Subject: readd bootstrap.zip, add @inputBorderRadius var to close #2946 --- docs/assets/bootstrap.zip | Bin 0 -> 57364 bytes docs/download.html | 2 ++ docs/less.html | 4 ++++ docs/templates/pages/download.mustache | 2 ++ docs/templates/pages/less.mustache | 4 ++++ 5 files changed, 12 insertions(+) create mode 100644 docs/assets/bootstrap.zip (limited to 'docs') diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip new file mode 100644 index 000000000..95241ab82 Binary files /dev/null and b/docs/assets/bootstrap.zip differ diff --git a/docs/download.html b/docs/download.html index c0e3b9cf0..bb10bdf63 100644 --- a/docs/download.html +++ b/docs/download.html @@ -368,6 +368,8 @@ + + diff --git a/docs/less.html b/docs/less.html index 354285815..4fe26af56 100644 --- a/docs/less.html +++ b/docs/less.html @@ -453,6 +453,10 @@ @inputBorder #ccc + + @inputBorderRadius + 3px + @inputDisabledBackground @grayLighter diff --git a/docs/templates/pages/download.mustache b/docs/templates/pages/download.mustache index 0e73c44a4..e9c27588b 100644 --- a/docs/templates/pages/download.mustache +++ b/docs/templates/pages/download.mustache @@ -291,6 +291,8 @@ + + diff --git a/docs/templates/pages/less.mustache b/docs/templates/pages/less.mustache index 5005fb166..5345cbf97 100644 --- a/docs/templates/pages/less.mustache +++ b/docs/templates/pages/less.mustache @@ -376,6 +376,10 @@ @inputBorder #ccc + + @inputBorderRadius + 3px + @inputDisabledBackground @grayLighter -- cgit v1.2.3