Commit: 3cc3cf22c74a1c2bec8f0dcc01564068b7b66bf6 Author: Paul Dragoonis <[email protected]> Tue, 25 Jun 2013 14:44:30 +0100 Parents: de431168d48306feb5619acca70b0f94cb9c79cd Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=3cc3cf22c74a1c2bec8f0dcc01564068b7b66bf6 Log: Fixing font color for notes count Changed paths: M styles/theme.css Diff: diff --git a/styles/theme.css b/styles/theme.css index 82f1727..77fda84 100755 --- a/styles/theme.css +++ b/styles/theme.css @@ -1019,6 +1019,10 @@ div.informalexample { margin-bottom: 1.5em; } +.count strong { + color: white; +} + em, strong { font-weight: bold; font-style: italic; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
