Skip to content

Commit

Permalink
removed .nice from tabs
Browse files Browse the repository at this point in the history
the nice class is depreciated in 3.0
  • Loading branch information
Anthony Wilhelm authored and zurbchris committed Jul 31, 2012
1 parent c1fc60a commit b463313
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions stylesheets/foundation/components/modules/_tabs.scss
Expand Up @@ -66,8 +66,8 @@
.no-js ul.tabs-content>li { display: block; }

@media only screen and (max-width: $screenSmall - 1) {
dl.tabs.mobile, dl.nice.tabs.mobile { width: auto; margin: 20px -20px 40px; height: auto; }
dl.tabs.mobile dt, dl.tabs.mobile dd, dl.nice.tabs.mobile dt, dl.nice.tabs.mobile dd { float: none; height: auto; }
dl.tabs.mobile { width: auto; margin: 20px -20px 40px; height: auto; }
dl.tabs.mobile dt, dl.tabs.mobile dd { float: none; height: auto; }

dl.tabs.mobile dd a { display: block; width: auto; height: auto; padding: 18px 20px; line-height: 1; border: solid 0 #ccc; border-width: 1px 0 0; margin: 0; color: #555; background: #eee; @include font-size(15); }
dl.tabs.mobile dd a.active { height: auto; margin: 0; border-width: 1px 0 0; }
Expand All @@ -80,7 +80,7 @@
dd:first-child a.active { margin: 0; }
}

dl.contained.mobile, dl.nice.contained.mobile { margin-bottom: 0; }
dl.contained.mobile { margin-bottom: 0; }
dl.contained.tabs.mobile dd a { padding: 18px 20px; }

dl.tabs.mobile + ul.contained { margin-left: -20px; margin-right: -20px; border-width: 0 0 1px 0; }
Expand Down

0 comments on commit b463313

Please sign in to comment.