1
0
mirror of https://github.com/php/web-php.git synced 2026-03-28 01:02:22 +01:00

Display paragraph literals/ems as inline code

This commit is contained in:
Dejan Marjanovic
2013-12-06 04:13:22 +01:00
parent 2d2021cd22
commit 71a809e31c

View File

@@ -302,6 +302,21 @@ div.phpcode span.string {
color: #c33;
background-color: transparent;
}
.para em,
.para var,
.simpara em,
.simpara var
{
background-color: #F9F2F4;
border-radius: 4px;
color: #C7254E;
font-size: 90%;
padding: 2px 4px;
white-space: nowrap;
font-style: normal;
font: normal 14px / 1.46 "Source Code Pro", monospace;
}
/* }}} */