diff options
| author | Chris Rebert <[email protected]> | 2013-08-23 16:12:24 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-08-23 16:12:24 -0700 |
| commit | 9b2ff3713ed31b2a9e297c4891443c385d180d0b (patch) | |
| tree | ef2c4681fbd0b497d15a55102498c462ae0d1bfd /getting-started.html | |
| parent | ae96cfd909b98398bbe888e87e35f3459d122030 (diff) | |
| download | bootstrap-9b2ff3713ed31b2a9e297c4891443c385d180d0b.tar.xz bootstrap-9b2ff3713ed31b2a9e297c4891443c385d180d0b.zip | |
fix #10054; mention .muted -> .text-muted in migration docs
Diffstat (limited to 'getting-started.html')
| -rw-r--r-- | getting-started.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/getting-started.html b/getting-started.html index 408040856..79fd08ec6 100644 --- a/getting-started.html +++ b/getting-started.html @@ -423,6 +423,10 @@ bootstrap/ <td><code>ul.inline</code></td> <td><code>.list-inline</code></td> </tr> + <tr> + <td><code>.muted</code></td> + <td><code>.text-muted</code></td> + </tr> </tbody> </table> </div><!-- /.table-responsive --> |
