diff options
| author | Mark Otto <[email protected]> | 2012-03-22 21:08:41 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-22 21:08:41 -0700 |
| commit | 1852d077bfa15308808c470a031f6e6b5c3dc8d2 (patch) | |
| tree | 6e0a92dbebe57d78d606df1c9a9b5d03e330a31b /docs/templates | |
| parent | b011daf67fbb3cde6c33b40a0347d7e1a8d183ad (diff) | |
| download | bootstrap-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.mustache | 6 | ||||
| -rw-r--r-- | docs/templates/pages/less.mustache | 4 |
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> |
