From 71a809e31c100dffde75b340ec4e45ca3950686b Mon Sep 17 00:00:00 2001 From: Dejan Marjanovic Date: Fri, 6 Dec 2013 04:13:22 +0100 Subject: [PATCH] Display paragraph literals/ems as inline code --- styles/theme-medium.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/styles/theme-medium.css b/styles/theme-medium.css index 40f373c50..12ecdfc9c 100755 --- a/styles/theme-medium.css +++ b/styles/theme-medium.css @@ -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; +} /* }}} */