Browse code

Merge pull request #93 from fsdev-cmiller/master

Fix Code Text in Lists

Brandon Mathis authored on 12/08/2011 at 15:26:42
Showing 1 changed files
... ...
@@ -85,7 +85,8 @@ h3.filename {
85 85
   + pre { @include border-top-radius(0px); }
86 86
 }
87 87
 
88
-p code {
88
+p code,
89
+li code {
89 90
   @extend .mono;
90 91
   display: inline-block;
91 92
   white-space: no-wrap;