Skip to content

Commit

Permalink
updated topbar scss and ui scss
Browse files Browse the repository at this point in the history
  • Loading branch information
zurbchris committed Oct 26, 2012
1 parent 55745c7 commit 50e4d27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scss/foundation/components/modules/_topbar.scss
Expand Up @@ -39,7 +39,7 @@
&.expanded { height: inherit; }

/* topbar global <ul> styles */
ul { display: inline; height: $topBarHeight; line-height: $topBarHeight; list-style: none;
ul { margin-left: 0; display: inline; height: $topBarHeight; line-height: $topBarHeight; list-style: none;

/* Main Navigation links style */
&>li { float: left;
Expand Down
2 changes: 1 addition & 1 deletion scss/foundation/components/modules/_ui.scss
Expand Up @@ -277,7 +277,7 @@
}

/* Pricing Tables ---------------------- */
.pricing-table { border: $priceTableBorder; margin-left: 0;
.pricing-table { border: $priceTableBorder; margin-left: 0; margin-bottom: 20px;
& * { list-style: none; line-height: 1; }
.title { background-color: $priceTitleBgColor; padding: $priceTitlePadding; text-align: $priceTitleAlign; color: $priceTitleColor; font-weight: $priceTitleWeight; font-size: $priceTitleSize; }
.price { background-color: $priceMoneyBgColor; padding: $priceMoneyPadding; text-align: $priceMoneyAlign; color: $priceMoneyColor; font-weight: $priceMoneyWeight; font-size: $priceMoneySize; }
Expand Down

0 comments on commit 50e4d27

Please sign in to comment.