Tweaked inline code blocks for YARD docs.
This commit is contained in:
parent
bc8be9f725
commit
9d6afb7d6f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue