Code text works in lists now.

source
Chris Miller 2011-08-12 08:41:49 -06:00
parent 80f95b8b6c
commit 84e2fd5ead
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;