mirror of
https://github.com/moparisthebest/www.moparscape.org
synced 2024-11-16 22:35:12 -05:00
Merge pull request #93 from fsdev-cmiller/master
Fix Code Text in Lists
This commit is contained in:
commit
0b77a38704
@ -85,7 +85,8 @@ h3.filename {
|
|||||||
+ pre { @include border-top-radius(0px); }
|
+ pre { @include border-top-radius(0px); }
|
||||||
}
|
}
|
||||||
|
|
||||||
p code {
|
p code,
|
||||||
|
li code {
|
||||||
@extend .mono;
|
@extend .mono;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
white-space: no-wrap;
|
white-space: no-wrap;
|
||||||
|
Loading…
Reference in New Issue
Block a user