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;
}
p code
p code, dd code, li code
{
background: #f2f2f2;
padding-left: 3px;
padding-right: 3px;
background: #f9f2f4;
color: #c7254e;
border-radius: 4px;
padding: 2px 4px;
}
pre.code