From 2f970dd0305b2d2437769f909860d5d65b5e38af Mon Sep 17 00:00:00 2001 From: psychobunny Date: Mon, 16 Mar 2015 17:45:40 -0400 Subject: [PATCH] if I don't remove this now, who knows when I will --- less/style.less | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/less/style.less b/less/style.less index 0ad269f..bbe3fc4 100644 --- a/less/style.less +++ b/less/style.less @@ -219,20 +219,6 @@ a:hover, .btn-link:hover, .btn-link:active, .btn-link:focus { } } -//START: FIXES FOR BS3, may need to remove these when we get out of the RC releases -@media (max-width: 979px) { - .hidden-mobile { - // BS2/3's hidden-xs does not support inline-block, so here it is for now. - display: none !important; - } -} - -.badge { - vertical-align: 17%; -} -//END: FIXES FOR BS3, may need to remove these when we get out of the RC releases - - .maintenance { .well { white-space: pre-line;