Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Commit

Permalink
Foundation build to bower-foundation
Browse files Browse the repository at this point in the history
  • Loading branch information
mhayes committed Oct 20, 2014
1 parent 0a5b1b1 commit 8768617
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
8 changes: 3 additions & 5 deletions css/foundation.css
Original file line number Diff line number Diff line change
Expand Up @@ -4089,10 +4089,8 @@ dialog {
display: block;
width: auto;
overflow: hidden;
margin: -0.25rem 0 1.125rem;
padding-top: 0.25rem;
margin-right: 0;
margin-left: -0.75rem; }
margin-bottom: -0.25rem 0 1.125rem;
padding-top: 0.25rem; }
.sub-nav dt {
text-transform: uppercase; }
.sub-nav dt,
Expand All @@ -4101,7 +4099,7 @@ dialog {
float: left;
display: inline;
margin-left: 1rem;
margin-bottom: 0.625rem;
margin-bottom: 0;
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
font-weight: normal;
font-size: 0.875rem;
Expand Down
6 changes: 2 additions & 4 deletions scss/foundation/components/_sub-nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,8 @@ $sub-nav-item-divider-margin: rem-calc(12) !default;
display: block;
width: auto;
overflow: hidden;
margin: $sub-nav-list-margin;
margin-bottom: $sub-nav-list-margin;
padding-top: $sub-nav-list-padding-top;
margin-#{$opposite-direction}: 0;
margin-#{$default-float}: rem-calc(-12);

dt {
text-transform: uppercase;
Expand All @@ -76,7 +74,7 @@ $sub-nav-item-divider-margin: rem-calc(12) !default;
float: $default-float;
display: inline;
margin-#{$default-float}: rem-calc(16);
margin-bottom: rem-calc(10);
margin-bottom: 0;
font-family: $sub-nav-font-family;
font-weight: $sub-nav-font-weight;
font-size: $font-size;
Expand Down

0 comments on commit 8768617

Please sign in to comment.