diff options
| author | Jacob Thornton <[email protected]> | 2012-08-27 21:27:31 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-08-27 21:27:31 -0700 |
| commit | 215d92bacd0d912cd9e73e822d928eeb891bf518 (patch) | |
| tree | 949c21b05d4b490f5c20ccfd8accdfa87aa70aa6 /less/tests/css-tests.html | |
| parent | 4751a0a2745b8480371678281ee6a7f874aaf096 (diff) | |
| parent | 7d412b1e14ea47884b5e3fd77fe0e7734f3cdd97 (diff) | |
| download | bootstrap-215d92bacd0d912cd9e73e822d928eeb891bf518.tar.xz bootstrap-215d92bacd0d912cd9e73e822d928eeb891bf518.zip | |
Merge branch '2.1.1-wip' of github.com:twitter/bootstrap into 2.1.1-wip
Diffstat (limited to 'less/tests/css-tests.html')
| -rw-r--r-- | less/tests/css-tests.html | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/less/tests/css-tests.html b/less/tests/css-tests.html index 1ab21f1bf..471514339 100644 --- a/less/tests/css-tests.html +++ b/less/tests/css-tests.html @@ -1179,6 +1179,36 @@ +<!-- Gradients +================================================== --> + +<div class="page-header"> + <h1>Gradients</h1> +</div> + +<h4>Horizontal</h4> +<div class="gradient-horizontal"></div> + +<h4>Vertical</h4> +<div class="gradient-vertical"></div> + +<h4>Directional</h4> +<div class="gradient-directional"></div> + +<h4>Three colors</h4> +<div class="gradient-vertical-three"></div> + +<h4>Radial</h4> +<div class="gradient-radial"></div> + +<h4>Striped</h4> +<div class="gradient-striped"></div> + + + + + + </div><!-- /container --> |
