From bd0e95200390d773b4440d0b7e4cc46091300bbd Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 2 Feb 2012 09:36:33 -0800 Subject: fix inverted warning text and bg colors in less docs page --- docs/assets/bootstrap.zip | Bin 52356 -> 52356 bytes docs/less.html | 8 ++++---- docs/templates/pages/less.mustache | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'docs') diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index f9690b608..9b35eae93 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 181ae9b26..16d3d02de 100644 --- a/docs/less.html +++ b/docs/less.html @@ -348,13 +348,13 @@ @warningText - #f3edd2 - + #c09853 + @warningBackground - #c09853 - + #f3edd2 + @errorText diff --git a/docs/templates/pages/less.mustache b/docs/templates/pages/less.mustache index 3b04164d0..0826a9e31 100644 --- a/docs/templates/pages/less.mustache +++ b/docs/templates/pages/less.mustache @@ -272,13 +272,13 @@ @warningText - #f3edd2 - + #c09853 + @warningBackground - #c09853 - + #f3edd2 + @errorText -- cgit v1.2.3