diff options
| author | Chris Rebert <[email protected]> | 2013-09-01 01:35:56 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-09-01 01:35:56 -0700 |
| commit | 5418a7224346feaab6bf32a2fe9831d9a7a6d1b3 (patch) | |
| tree | 3d985cfdb5b25ba211407ef13b96b02c9d5b843c /getting-started.html | |
| parent | 2066ea50a28119f3f890b84cabeb9214a346a1b5 (diff) | |
| download | bootstrap-5418a7224346feaab6bf32a2fe9831d9a7a6d1b3.tar.xz bootstrap-5418a7224346feaab6bf32a2fe9831d9a7a6d1b3.zip | |
tweak #10298
Diffstat (limited to 'getting-started.html')
| -rw-r--r-- | getting-started.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/getting-started.html b/getting-started.html index 2b61fe0fa..31036005c 100644 --- a/getting-started.html +++ b/getting-started.html @@ -435,10 +435,13 @@ bootstrap/ <td><code>.text-danger</code></td> </tr> <tr> - <td><code>.bar</code> <code>.bar-*</code></td> - <td><code>.progress-bar</code> <code>.progress-bar-*</code></td> + <td><code>.bar</code></td> + <td><code>.progress-bar</code></td> + </tr> + <tr> + <td><code>.bar-*</code></td> + <td><code>.progress-bar-*</code></td> </tr> - </tbody> </table> </div><!-- /.table-responsive --> |
