Wraps reference value in code tags

This commit is contained in:
Samuel Ryan 2015-11-06 21:23:15 +00:00
parent 747189f6b5
commit a32c0342aa
2 changed files with 5 additions and 1 deletions

View File

@ -43,6 +43,10 @@ p {
margin-bottom: 10px;
}
code {
background-color: #fff;
}
.hero {
@extend .u-full-width;
padding: 25px 0px 10px 0px;

View File

@ -12,5 +12,5 @@ block contents
if references
h1 #[span !{code}] Code References
each value, key in references
p !{key} !{value}
p !{key} #[code !{value}]
a(href='/') ← Return to httpstatus.es