diff options
| author | Mark Otto <[email protected]> | 2012-03-10 18:03:59 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-10 18:03:59 -0800 |
| commit | 635ee36e11d4e981b06034057e4990e2e63eec2a (patch) | |
| tree | 7a7077de7664b7bccd57099b0267998b36da1184 /docs/less.html | |
| parent | 6e72760de5321bea4f8292df151d7bc7b0c1d2aa (diff) | |
| download | bootstrap-635ee36e11d4e981b06034057e4990e2e63eec2a.tar.xz bootstrap-635ee36e11d4e981b06034057e4990e2e63eec2a.zip | |
fix gradient mixins by escaping them, add notes on progress bars
Diffstat (limited to 'docs/less.html')
| -rw-r--r-- | docs/less.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/less.html b/docs/less.html index 69b44da2d..29d6d753c 100644 --- a/docs/less.html +++ b/docs/less.html @@ -654,47 +654,47 @@ </thead> <tbody> <tr> - <td><code>.#translucent > .background()</code></td> + <td><code>#translucent > .background()</code></td> <td><code>@color: @white, @alpha: 1</code></td> <td>Give an element a translucent background color</td> </tr> <tr> - <td><code>.#translucent > .border()</code></td> + <td><code>#translucent > .border()</code></td> <td><code>@color: @white, @alpha: 1</code></td> <td>Give an element a translucent border color</td> </tr> <tr> - <td><code>.#gradient > .vertical()</code></td> + <td><code>#gradient > .vertical()</code></td> <td><code>@startColor, @endColor</code></td> <td>Create a cross-browser vertical background gradient</td> </tr> <tr> - <td><code>.#gradient > .horizontal()</code></td> + <td><code>#gradient > .horizontal()</code></td> <td><code>@startColor, @endColor</code></td> <td>Create a cross-browser horizontal background gradient</td> </tr> <tr> - <td><code>.#gradient > .directional()</code></td> + <td><code>#gradient > .directional()</code></td> <td><code>@startColor, @endColor, @deg</code></td> <td>Create a cross-browser directional background gradient</td> </tr> <tr> - <td><code>.#gradient > .vertical-three-colors()</code></td> + <td><code>#gradient > .vertical-three-colors()</code></td> <td><code>@startColor, @midColor, @colorStop, @endColor</code></td> <td>Create a cross-browser three-color background gradient</td> </tr> <tr> - <td><code>.#gradient > .radial()</code></td> + <td><code>#gradient > .radial()</code></td> <td><code>@innerColor, @outerColor</code></td> <td>Create a cross-browser radial background gradient</td> </tr> <tr> - <td><code>.#gradient > .striped()</code></td> + <td><code>#gradient > .striped()</code></td> <td><code>@color, @angle</code></td> <td>Create a cross-browser striped background gradient</td> </tr> <tr> - <td><code>.#gradientBar()</code></td> + <td><code>#gradientBar()</code></td> <td><code>@primaryColor, @secondaryColor</code></td> <td>Used for buttons to assign a gradient and slightly darker border</td> </tr> |
