Tweaked inline code blocks for YARD docs.

This commit is contained in:
Yorick Peterse 2014-11-02 23:30:28 +01:00
parent bc8be9f725
commit 9d6afb7d6f
1 changed files with 5 additions and 4 deletions

View File

@ -6,11 +6,12 @@ body
max-width: 960px; max-width: 960px;
} }
p code p code, dd code, li code
{ {
background: #f2f2f2; background: #f9f2f4;
padding-left: 3px; color: #c7254e;
padding-right: 3px; border-radius: 4px;
padding: 2px 4px;
} }
pre.code pre.code