From: Bart Veneman Date: Sat, 14 Dec 2013 14:53:10 +0000 (+0100) Subject: Fix typos in visibility component X-Git-Tag: 5.0.3~71^2~43^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F3887%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix typos in visibility component --- diff --git a/scss/foundation/components/_visibility.scss b/scss/foundation/components/_visibility.scss index 13541b9e6..037db463d 100644 --- a/scss/foundation/components/_visibility.scss +++ b/scss/foundation/components/_visibility.scss @@ -597,7 +597,7 @@ $include-html-visibility-classes: $include-html-classes !default; .hide-for-landscape, .show-for-portrait { display: none !important; } - /* Specific visilbity for tables */ + /* Specific visibility for tables */ table { &.show-for-landscape, &.hide-for-portrait { display: table; } @@ -627,7 +627,7 @@ $include-html-visibility-classes: $include-html-classes !default; .hide-for-portrait, .show-for-landscape { display: none !important; } - /* Specific visilbity for tables */ + /* Specific visibility for tables */ table { &.show-for-portrait, &.hide-for-landscape { display: table; } @@ -657,7 +657,7 @@ $include-html-visibility-classes: $include-html-classes !default; .touch .show-for-touch { display: inherit !important; } .touch .hide-for-touch { display: none !important; } - /* Specific visilbity for tables */ + /* Specific visibility for tables */ table.hide-for-touch { display: table; } .touch table.show-for-touch { display: table; } thead.hide-for-touch { display: table-header-group !important; } @@ -671,4 +671,4 @@ $include-html-visibility-classes: $include-html-classes !default; th.hide-for-touch { display: table-cell !important; } .touch th.show-for-touch { display: table-cell !important; } -} \ No newline at end of file +}