Commit: 71a809e31c100dffde75b340ec4e45ca3950686b Author: Dejan Marjanovic <[email protected]> Fri, 6 Dec 2013 04:13:22 +0100 Parents: 2d2021cd227327165fe754da936e0f59ec50a374 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=71a809e31c100dffde75b340ec4e45ca3950686b Log: Display paragraph literals/ems as inline code Changed paths: M styles/theme-medium.css Diff: diff --git a/styles/theme-medium.css b/styles/theme-medium.css index 40f373c..12ecdfc 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; +} /* }}} */ -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
