Merge pull request #93 from fsdev-cmiller/master

Fix Code Text in Lists
This commit is contained in:
Brandon Mathis 2011-08-12 08:26:42 -07:00
commit 0b77a38704
1 changed files with 2 additions and 1 deletions

View File

@ -85,7 +85,8 @@ h3.filename {
+ pre { @include border-top-radius(0px); }
}
p code {
p code,
li code {
@extend .mono;
display: inline-block;
white-space: no-wrap;