From f622822459b792137768b71e7c7aa9253cc93a6b Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Sun, 29 Jan 2012 16:19:41 -0800 Subject: check in dist dir for hb5 + update images to point to correct spot for builder --- docs/assets/js/application.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/assets/js/application.js b/docs/assets/js/application.js index 585700f8e..b29b63aee 100644 --- a/docs/assets/js/application.js +++ b/docs/assets/js/application.js @@ -123,7 +123,7 @@ .map(function () { return this.value }) .toArray() , vars = {} - , img = ['glyphicons-halflings-sprite.png', 'glyphicons-halflings-sprite-white.png'] + , img = ['glyphicons-halflings.png', 'glyphicons-halflings-white.png'] $("#variables.download input") .each(function () { -- cgit v1.2.3 From 298e637d004c66a0e4351c7ce4a8d03866b75f66 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Sun, 29 Jan 2012 16:33:29 -0800 Subject: remove dist dir --- docs/assets/bootstrap.zip | Bin 51322 -> 51322 bytes docs/less.html | 8 ++++---- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 1b658bf83..dbceeaa25 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/less.html b/docs/less.html index 4499c78df..76794dbe4 100644 --- a/docs/less.html +++ b/docs/less.html @@ -345,13 +345,13 @@ @warningText - #c09853 - + #f3edd2 + @warningBackground - #f3edd2 - + #c09853 + @errorText -- cgit v1.2.3