scss/foundation/components/modules/_tabs.scss in zurb-foundation-3.2.3 vs scss/foundation/components/modules/_tabs.scss in zurb-foundation-3.2.4.rc1
- old
+ new
@@ -47,12 +47,12 @@
&.two-up, &.three-up, &.four-up, &.five-up {
dt a, dd a, li a { padding: 0 ms(1); text-align: center; overflow: hidden; }
}
&.two-up dt, &.two-up dd, &.two-up li { width: 50%; }
- &.three-up dt, &.three-up dd, &.two-up li { width: 33.33%; }
- &.four-up dt, &.four-up dd, &.two-up li { width: 25%; }
- &.five-up dt, &.five-up dd, &.two-up li { width: 20%; }
+ &.three-up dt, &.three-up dd, &.three-up li { width: 33.33%; }
+ &.four-up dt, &.four-up dd, &.four-up li { width: 25%; }
+ &.five-up dt, &.five-up dd, &.five-up li { width: 20%; }
}
ul.tabs-content { display: block; margin: 0 0 20px; padding: 0;
&>li { display: none;
&.active { display: block; }
\ No newline at end of file