From 352532cd63a2d8e03ba7db806aa3bd110c023532 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 7 Oct 2013 14:39:11 -0500 Subject: Half fix for #9855: Don't fuck with margins for open modal dialog on account of Lion non-scrollbars and inconsistencies elsewhere --- dist/css/bootstrap.css | 6 ------ 1 file changed, 6 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index d91c9e38f..35b69da70 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -5731,12 +5731,6 @@ button.close { overflow: hidden; } -body.modal-open, -.modal-open .navbar-fixed-top, -.modal-open .navbar-fixed-bottom { - margin-right: 15px; -} - .modal { position: fixed; top: 0; -- cgit v1.2.3