From 0ef4b6419fd83170dd62049a2850c5e8466635c9 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 26 Jan 2012 10:00:09 -0800 Subject: overhaul frontpage jumbotron, add js for twitter buttons back in, fix up some form ids and classes, straighten out the use of primary button variable --- bootstrap-responsive.css | 1 + 1 file changed, 1 insertion(+) (limited to 'bootstrap-responsive.css') diff --git a/bootstrap-responsive.css b/bootstrap-responsive.css index 7907c0e08..02b5c099e 100644 --- a/bootstrap-responsive.css +++ b/bootstrap-responsive.css @@ -13,6 +13,7 @@ } .navbar .nav, .navbar .nav > li:last-child a { -webkit-border-radius: 0 0 4px 0; + -moz-border-radius: 0 0 4px 0; border-radius: 0 0 4px 0; } .navbar .nav > li { -- cgit v1.2.3