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

Commit a9e7f6d

Browse files
author
mhayes
committed
Foundation build to bower-foundation
1 parent 284d150 commit a9e7f6d

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

css/foundation.css

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/foundation.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scss/foundation/_settings.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1281,7 +1281,8 @@ $include-html-global-classes: $include-html-classes;
12811281
// $table-row-font-color: $jet;
12821282
// $table-line-height: rem-calc(18);
12831283

1284-
// These are for controlling the display and margin of tables
1284+
// These are for controlling the layout, display and margin of tables
1285+
// $table-layout: auto;
12851286
// $table-display: table-cell;
12861287
// $table-margin-bottom: rem-calc(20);
12871288

scss/foundation/components/_tables.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ $table-row-font-size: rem-calc(14) !default;
5050
$table-row-font-color: $jet !default;
5151
$table-line-height: rem-calc(18) !default;
5252

53-
// These are for controlling the display and margin of tables
53+
// These are for controlling the layout, display and margin of tables
54+
$table-layout: auto !default;
5455
$table-display: table-cell !default;
5556
$table-margin-bottom: rem-calc(20) !default;
5657

@@ -63,6 +64,7 @@ $table-margin-bottom: rem-calc(20) !default;
6364
background: $table-bg;
6465
margin-bottom: $table-margin-bottom;
6566
border: $table-border-style $table-border-size $table-border-color;
67+
table-layout: $table-layout;
6668

6769
caption {
6870
background: $table-caption-bg;

0 commit comments

Comments
 (0)