diff options
| author | Chris Rebert <[email protected]> | 2013-11-02 20:11:08 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-11-02 20:11:08 -0700 |
| commit | df3b44f27a25d72895adf5755bf5fef4eb02ea67 (patch) | |
| tree | 1a9b2da9963927fe548bbe555a25a69be8c75006 | |
| parent | fcb906ce09dd29d88c55237e8d0fd700fcd5f44b (diff) | |
| parent | 05c826d67d761e09546385b8470a8fa7f26925d6 (diff) | |
| download | bootstrap-df3b44f27a25d72895adf5755bf5fef4eb02ea67.tar.xz bootstrap-df3b44f27a25d72895adf5755bf5fef4eb02ea67.zip | |
Merge pull request #11345 from pborreli/patch-3
Removed duplicated class change from migration instructions
| -rw-r--r-- | getting-started.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/getting-started.html b/getting-started.html index da317aa84..5a735b68c 100644 --- a/getting-started.html +++ b/getting-started.html @@ -469,10 +469,6 @@ bootstrap/ <td><code>.accordion-inner</code></td> <td><code>.panel-body</code></td> </tr> - <tr> - <td><code>.alert-error</code></td> - <td><code>.alert-danger</code></td> - </tr> </tbody> </table> </div><!-- /.table-responsive --> |
