]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Fix docs nav. Again
authorEric Morris <eric@zurb.com>
Thu, 7 Nov 2013 06:47:01 +0000 (22:47 -0800)
committerEric Morris <eric@zurb.com>
Thu, 7 Nov 2013 06:47:01 +0000 (22:47 -0800)
sass/app.scss
stylesheets/app.css

index 629fe170ab0a23ec40363037ca06521a0dae2406..1e998b47b4484c989879628c597d8592aeafc726 100644 (file)
@@ -376,7 +376,7 @@ hr { border-style: dashed; }
 
 /* docs  */
 .doc-nav { list-style: none; margin-top: 50px; 
-  li { display: block; font-size: emCalc(14px); margin-bottom: 10px; 
+  li { display: block; width: 100%; font-size: emCalc(14px); margin-bottom: 10px; 
     a { color: #333; display: block;
       &.current { font-weight: bold; margin-bottom: 10px; } 
       &:hover { color: #000; }
index f5ed8ee72af9f36246f6dd322d8a35c810022ab3..05ad5f80613d008a456c10c31bf7a6a05186f2f2 100644 (file)
@@ -12182,6 +12182,7 @@ hr {
 /* line 379, ../sass/app.scss */
 .doc-nav li {
   display: block;
+  width: 100%;
   font-size: 0.875em;
   margin-bottom: 10px;
 }