]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix typos in visibility component 3887/head
authorBart Veneman <bartveneman@users.noreply.github.com>
Sat, 14 Dec 2013 14:53:10 +0000 (15:53 +0100)
committerBart Veneman <bartveneman@users.noreply.github.com>
Sat, 14 Dec 2013 14:53:10 +0000 (15:53 +0100)
scss/foundation/components/_visibility.scss

index 13541b9e6f3b22d1fd0e25ed4c859ce930a67a73..037db463d54601fa69f14727f0c12ef8ee43c063 100644 (file)
@@ -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
+}