]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Fix links in compatibility tables
authorEric Morris <eric@zurb.com>
Thu, 7 Nov 2013 07:54:47 +0000 (23:54 -0800)
committerEric Morris <eric@zurb.com>
Thu, 7 Nov 2013 07:54:47 +0000 (23:54 -0800)
sass/app.scss
stylesheets/app.css

index 1e998b47b4484c989879628c597d8592aeafc726..d15c40ad15037cda85ad7bed2b43b42d49c45a29 100644 (file)
@@ -601,7 +601,7 @@ table {
 }
 .compatibility-section { background: #f8f8f8; border: 1px solid #ddd; padding: 15px; 
   p { margin-bottom: 0; }
-  a { font-size: emCalc(14px); display: block; text-align: right; line-height: 22px; }
+  a.reveal-table { font-size: emCalc(14px); display: block; text-align: right; line-height: 22px; }
   table { display: none; margin: 20px 0 0; }
   &.active table { display: block; }
 }
index 05ad5f80613d008a456c10c31bf7a6a05186f2f2..1347c76b8f97cc1901a9b64084a9de9342f33906 100644 (file)
@@ -12774,7 +12774,7 @@ table .x {
   margin-bottom: 0;
 }
 /* line 604, ../sass/app.scss */
-.compatibility-section a {
+.compatibility-section a.reveal-table {
   font-size: 0.875em;
   display: block;
   text-align: right;