From 149e7efb51a4b8c9e5eb140e3fdf5fc719cde9e4 Mon Sep 17 00:00:00 2001 From: Cyrus Stoller Date: Wed, 4 Dec 2013 00:34:38 -0800 Subject: Add a migration tip for .label to .label-default --- getting-started.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'getting-started.html') diff --git a/getting-started.html b/getting-started.html index b65fc497f..bf9ec6cf4 100644 --- a/getting-started.html +++ b/getting-started.html @@ -456,6 +456,10 @@ bootstrap/ .muted .text-muted + + .label + .label .label-default + .text-error .text-danger -- cgit v1.2.3 From 4031f5ee82c2a63b6ae30320aab76083c6a488b5 Mon Sep 17 00:00:00 2001 From: Cyrus Stoller Date: Wed, 4 Dec 2013 01:16:33 -0800 Subject: Add a migration tip for .label-important to .label-danger --- getting-started.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'getting-started.html') diff --git a/getting-started.html b/getting-started.html index bf9ec6cf4..18f89adc3 100644 --- a/getting-started.html +++ b/getting-started.html @@ -460,6 +460,10 @@ bootstrap/ .label .label .label-default + + .label-important + .label-danger + .text-error .text-danger -- cgit v1.2.3