Commit: 54469cef5175344aa62118cae23888c9c35d6527 Author: Arnaud Lemercier <[email protected]> Mon, 24 Jul 2017 01:13:58 +0200 Parents: 41ccdfedb1c9007aea1a9be2203fcb756ce3fe01 Branches: master
Link: http://git.php.net/?p=web/news.git;a=commitdiff;h=54469cef5175344aa62118cae23888c9c35d6527 Log: delete unused style Changed paths: M style.css Diff: diff --git a/style.css b/style.css index 252146a..3a098da 100644 --- a/style.css +++ b/style.css @@ -10,11 +10,6 @@ img { font-size: 14px; } -pre { - font-family: "Fira Mono", monospace; - font-size: 14px; -} - th { background: #CCC; font-weight: bold; @@ -48,17 +43,6 @@ table.header { border-bottom: 17px solid #669; } -.footer-mentions { - opacity: .3; - font-size: 75%; - text-align: right; -} - -a.alt-link { - color: #F2F2F2;; - text-decoration: none; -} - .nav { width: 20%; } @@ -80,7 +64,6 @@ body { font-weight: 400; font-size: 1rem; color: #333; - word-break: break-word; } .header { @@ -270,6 +253,8 @@ h1:after { } pre { + font-family: "Fira Mono", monospace; + font-size: 14px; white-space: pre-wrap; word-wrap: break-word; } -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
