Commit: eea6501d2fbbc3d294708d661e4fd9767cf1415e Author: Hannes Magnusson <[email protected]> Thu, 26 Dec 2013 20:52:55 -0800 Parents: 35ca0df1700185d6c97a646abc2320b517099b6c Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=eea6501d2fbbc3d294708d661e4fd9767cf1415e Log: Allow reuse of these styles (fixes the conference page) Changed paths: M styles/theme-base.css M styles/theme-medium.css Diff: diff --git a/styles/theme-base.css b/styles/theme-base.css index c54adec..ea6fea8 100755 --- a/styles/theme-base.css +++ b/styles/theme-base.css @@ -1198,7 +1198,7 @@ fieldset { } } -.home .newsentry h3, +.newsentry h3, .downloads .content-header, .refsect1 h3.title { padding:0.333333333em 0.444444444em; diff --git a/styles/theme-medium.css b/styles/theme-medium.css index 76f7291..8a2a92f 100755 --- a/styles/theme-medium.css +++ b/styles/theme-medium.css @@ -106,11 +106,11 @@ h1.refname { color:#f80; } -.home .newsentry h3 a { +.newsentry h3 a { color: #446; border-color:#C6C6E2; } -.home .newsentry h3, +.newsentry h3, .downloads .content-header, .refsect1 h3.title { color: #446; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
