Commit: ec6600f541a8742ee5f6e87338155d35abe6c5a2 Author: Dejan Marjanovic <[email protected]> Fri, 6 Dec 2013 04:13:22 +0100 Parents: aadc549126cbda837b236fc19d4583c14a61ff9b Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=ec6600f541a8742ee5f6e87338155d35abe6c5a2 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
