diff options
| author | Mark Otto <[email protected]> | 2014-01-05 20:16:17 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-01-05 20:16:17 -0800 |
| commit | 34566f493478b6d7098dfb0e435e0af06e24f6d1 (patch) | |
| tree | 7485641efbdecfe38de34b7e7e8e4c6fe0349cb7 /docs/css.html | |
| parent | 7653b845f8795632d592c4b450f7502f110d9ec3 (diff) | |
| parent | c61314363821428ca08d7674f4d80952fda13116 (diff) | |
| download | bootstrap-34566f493478b6d7098dfb0e435e0af06e24f6d1.tar.xz bootstrap-34566f493478b6d7098dfb0e435e0af06e24f6d1.zip | |
Merge pull request #12115 from Quy/master
Delete reference to a non-existent class
Diffstat (limited to 'docs/css.html')
| -rw-r--r-- | docs/css.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/css.html b/docs/css.html index 8eeb23d58..e1adcaaa4 100644 --- a/docs/css.html +++ b/docs/css.html @@ -2414,7 +2414,6 @@ For example, <code><section></code> should be wrapped as inline. <p class="bg-danger">Donec ullamcorper nulla non metus auctor fringilla.</p> </div> {% highlight html %} -<p class="bg-muted">...</p> <p class="bg-primary">...</p> <p class="bg-success">...</p> <p class="bg-info">...</p> |
