aboutsummaryrefslogtreecommitdiff
path: root/docs/templates
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-03-22 21:08:41 -0700
committerMark Otto <[email protected]>2012-03-22 21:08:41 -0700
commit1852d077bfa15308808c470a031f6e6b5c3dc8d2 (patch)
tree6e0a92dbebe57d78d606df1c9a9b5d03e330a31b /docs/templates
parentb011daf67fbb3cde6c33b40a0347d7e1a8d183ad (diff)
downloadbootstrap-1852d077bfa15308808c470a031f6e6b5c3dc8d2.tar.xz
bootstrap-1852d077bfa15308808c470a031f6e6b5c3dc8d2.zip
add shell of tests page, lighten form actions background and give it a variable
Diffstat (limited to 'docs/templates')
-rw-r--r--docs/templates/pages/css-tests.mustache6
-rw-r--r--docs/templates/pages/less.mustache4
2 files changed, 10 insertions, 0 deletions
diff --git a/docs/templates/pages/css-tests.mustache b/docs/templates/pages/css-tests.mustache
new file mode 100644
index 000000000..6455039c4
--- /dev/null
+++ b/docs/templates/pages/css-tests.mustache
@@ -0,0 +1,6 @@
+<!-- Masthead
+================================================== -->
+<header class="jumbotron subhead" id="overview">
+ <h1>{{_i}}Tests{{/i}}</h1>
+ <p class="lead">{{_i}}{{/i}}</p>
+</header>
diff --git a/docs/templates/pages/less.mustache b/docs/templates/pages/less.mustache
index 129c76e9c..263ec7fce 100644
--- a/docs/templates/pages/less.mustache
+++ b/docs/templates/pages/less.mustache
@@ -378,6 +378,10 @@
<td><code>@inputDisabledBackground</code></td>
<td><code>@grayLighter</code></td>
</tr>
+ <tr>
+ <td><code>@formActionsBackground</code></td>
+ <td><code>#f5f5f5</code></td>
+ </tr>
</tbody>
</table>
<h4>{{_i}}Form states and alerts{{/i}}</h4>