Commit: 4a9d432b7d700693adbe8d7b82a2558e5cc0d903 Author: Levi Morrison <[email protected]> Fri, 21 Mar 2014 15:34:08 -0600 Parents: 3d746e13bc166a389ffd10ea2df5874f00e9eea3 Branches: master
Link: http://git.php.net/?p=web/shared.git;a=commitdiff;h=4a9d432b7d700693adbe8d7b82a2558e5cc0d903 Log: Converted wiki fonts to match www.php.net Changed paths: M styles/wiki.css Diff: diff --git a/styles/wiki.css b/styles/wiki.css index a953f84..8877c26 100644 --- a/styles/wiki.css +++ b/styles/wiki.css @@ -5,6 +5,7 @@ */ body { margin: 0 auto; + font: normal 1em/1.5 "Source Sans Pro", Helvetica, Arial, sans-serif; } #dokuwiki__site { margin: 0 auto; @@ -696,13 +697,17 @@ div.code pre.codeShown{display:block;} */ /* The main preformatted block containing the hilighted code */ + +pre, +code { + font: normal .875rem/1.46 "Source Code Pro", "Courier New", Courier, monospace; +} pre.code { background: #fcfdfe; border: thin dotted #ccc; color: #000; margin: 0 0 .75rem; padding: .75rem; - line-height: 1.46; overflow: auto; max-height: 50em; max-width: 99%; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
