diff options
| author | Mark Otto <[email protected]> | 2012-06-19 13:23:30 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-06-19 13:23:30 -0700 |
| commit | 143b6ae2de0e7f0c4e835a20765c81c26dba0423 (patch) | |
| tree | 21e412151edce0e52582466715444ade2820001e /docs | |
| parent | 9aa5a6db12fcbc1638610132c1a0f64633325f44 (diff) | |
| download | bootstrap-143b6ae2de0e7f0c4e835a20765c81c26dba0423.tar.xz bootstrap-143b6ae2de0e7f0c4e835a20765c81c26dba0423.zip | |
fix less docs typos
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/less.html | 4 | ||||
| -rw-r--r-- | docs/templates/pages/less.mustache | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/less.html b/docs/less.html index 418bfc434..7b6183b6e 100644 --- a/docs/less.html +++ b/docs/less.html @@ -385,7 +385,7 @@ </tr> <tr> <td><code>@btnSuccessBackgroundHighlight</code></td> - <td><code>51a351</code></td> + <td><code>#51a351</code></td> <td class="swatch-col"><span class="swatch" style="background-color: #51a351;"></span></td> </tr> @@ -623,7 +623,7 @@ </tr> <tr> <td><code>@heroUnitLeadColor</code></td> - <td><code>inhereit</code></td> + <td><code>inherit</code></td> <td></td> </tr> </tbody> diff --git a/docs/templates/pages/less.mustache b/docs/templates/pages/less.mustache index 4c0a9f19f..be8adb766 100644 --- a/docs/templates/pages/less.mustache +++ b/docs/templates/pages/less.mustache @@ -308,7 +308,7 @@ </tr> <tr> <td><code>@btnSuccessBackgroundHighlight</code></td> - <td><code>51a351</code></td> + <td><code>#51a351</code></td> <td class="swatch-col"><span class="swatch" style="background-color: #51a351;"></span></td> </tr> @@ -546,7 +546,7 @@ </tr> <tr> <td><code>@heroUnitLeadColor</code></td> - <td><code>inhereit</code></td> + <td><code>inherit</code></td> <td></td> </tr> </tbody> |
