From 4c141f89180c148013cb972814742f3cec846d7a Mon Sep 17 00:00:00 2001 From: kholliday Date: Mon, 16 Mar 2015 12:28:23 -0500 Subject: [PATCH] Removed css style hack for IE6 and IE7 that was interfering with habit plus/minus button behavior --- website/public/css/helpers.styl | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/website/public/css/helpers.styl b/website/public/css/helpers.styl index d9b54a3089..473c82a13f 100644 --- a/website/public/css/helpers.styl +++ b/website/public/css/helpers.styl @@ -17,7 +17,6 @@ // Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p -.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus clip: auto height: auto @@ -35,28 +34,28 @@ opacity: 0.5 // Allow block element to be centered -.col-centered +.col-centered margin-left: auto margin-right: auto // .pull-right & .pull-left for specific screen sizes // Follows conventions for col-x-SIZE classes -@media (min-width: 768px) +@media (min-width: 768px) .pull-left-sm float: left .pull-right-sm float: right -@media (min-width: 992px) +@media (min-width: 992px) .pull-left-md float: left .pull-right-md float: right -@media (min-width: 1200px) +@media (min-width: 1200px) .pull-left-lg float: left