Merge pull request #4866 from TheHollidayInn/edit-plusminus-habit-challenge

Removed css style hack for IE6 and IE7 that was interfering with habit plus/minus button behavior
This commit is contained in:
Alys 2015-04-05 22:47:20 +10:00
commit def7ff906f

View file

@ -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