]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Remove reduced font size on <abbr> and <acronym> 6692/head
authorPete Deffendol <pete@mdsc.com>
Thu, 9 Jul 2015 22:43:44 +0000 (16:43 -0600)
committerPete Deffendol <pete@mdsc.com>
Thu, 9 Jul 2015 22:50:27 +0000 (16:50 -0600)
doc/assets/scss/docs.scss

index f2e546a81c0692d11b992a644e87a87a6c60ad1c..df6fcadd5cfdf1e3228e35ffa37d99dd90231d15 100644 (file)
@@ -413,7 +413,6 @@ footer { margin-top: 45px; }
   abbr,
   acronym {
     text-transform: uppercase;
-    font-size: 90%;
     color: $body-font-color;
     border-bottom: $acronym-underline;
     cursor: $cursor-help-value;