diff options
| author | Mark Otto <[email protected]> | 2012-03-22 21:09:27 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-22 21:09:27 -0700 |
| commit | dbadac183df8efff4307b2c28daac8414165feaa (patch) | |
| tree | 20e2374f3950e34dacd870d6829567043a67fbd4 /docs | |
| parent | 1852d077bfa15308808c470a031f6e6b5c3dc8d2 (diff) | |
| download | bootstrap-dbadac183df8efff4307b2c28daac8414165feaa.tar.xz bootstrap-dbadac183df8efff4307b2c28daac8414165feaa.zip | |
add new @formActionsBackground to customize page
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 55601 -> 55601 bytes | |||
| -rw-r--r-- | docs/download.html | 2 | ||||
| -rw-r--r-- | docs/templates/pages/download.mustache | 2 |
3 files changed, 4 insertions, 0 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex 01d89c88e..4cdd3a0cd 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip diff --git a/docs/download.html b/docs/download.html index 5e6a1dc17..65ef15d00 100644 --- a/docs/download.html +++ b/docs/download.html @@ -366,6 +366,8 @@ <input type="text" class="span3" placeholder="#ccc"> <label>@inputDisabledBackground</label> <input type="text" class="span3" placeholder="@grayLighter"> + <label>@formActionsBackground</label> + <input type="text" class="span3" placeholder="#f5f5f5"> <label>@btnPrimaryBackground</label> <input type="text" class="span3" placeholder="@linkColor"> diff --git a/docs/templates/pages/download.mustache b/docs/templates/pages/download.mustache index e5564a1f2..dfc96fdc3 100644 --- a/docs/templates/pages/download.mustache +++ b/docs/templates/pages/download.mustache @@ -290,6 +290,8 @@ <input type="text" class="span3" placeholder="#ccc"> <label>@inputDisabledBackground</label> <input type="text" class="span3" placeholder="@grayLighter"> + <label>@formActionsBackground</label> + <input type="text" class="span3" placeholder="#f5f5f5"> <label>@btnPrimaryBackground</label> <input type="text" class="span3" placeholder="@linkColor"> |
