diff options
| author | Mark Otto <[email protected]> | 2012-08-27 21:18:55 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-27 21:18:55 -0700 |
| commit | 7d412b1e14ea47884b5e3fd77fe0e7734f3cdd97 (patch) | |
| tree | 59fce7d355079334b0d96debed50b10cf8b80b25 /less/tests/css-tests.html | |
| parent | 55982664d01686612facdfa09ad63ffabcbf28fe (diff) | |
| download | bootstrap-7d412b1e14ea47884b5e3fd77fe0e7734f3cdd97.tar.xz bootstrap-7d412b1e14ea47884b5e3fd77fe0e7734f3cdd97.zip | |
fixes #4741: undo previous version's attempt at firefox gradient changes and add gradient tests
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 --> |
