From 149e7efb51a4b8c9e5eb140e3fdf5fc719cde9e4 Mon Sep 17 00:00:00 2001 From: Cyrus Stoller <cyrus.stoller@gmail.com> Date: Wed, 4 Dec 2013 00:34:38 -0800 Subject: [PATCH] Add a migration tip for .label to .label-default --- getting-started.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/getting-started.html b/getting-started.html index b65fc497f1..bf9ec6cf47 100644 --- a/getting-started.html +++ b/getting-started.html @@ -456,6 +456,10 @@ bootstrap/ <td><code>.muted</code></td> <td><code>.text-muted</code></td> </tr> + <tr> + <td><code>.label</code></td> + <td><code>.label .label-default</code></td> + </tr> <tr> <td><code>.text-error</code></td> <td><code>.text-danger</code></td> -- GitLab