Commit:    0bee3e2b6982e9b5096bd73fc69e220ee2d55374
Author:    Arnaud Lemercier <[email protected]>         Mon, 24 Jul 2017 
01:05:26 +0200
Parents:   c869a4d675d28faad8c9d82d1ce23a8e3c039248
Branches:  master

Link:       
http://git.php.net/?p=web/news.git;a=commitdiff;h=0bee3e2b6982e9b5096bd73fc69e220ee2d55374

Log:
delete unused style

Changed paths:
  M  style.css


Diff:
diff --git a/style.css b/style.css
index c5809c1..73882f2 100644
--- a/style.css
+++ b/style.css
@@ -2,39 +2,6 @@ img {
        border: 0;
 }
 
-a:link    { 
-       color: #009;
-}
-
-a:hover, a:active   {
-       color: red;
-}
-
-a:visited {
-       color: purple;
-}
-
-.quote { 
-       color: green;
-}
-
-.signature {
-       font-size: smaller;
-       color: gray;
-}
-
-.signature a:link    {
-       color: #99F;
-}
-
-.signature a:hover, .signature a:active   {
-       color: #F99; 
-}
-
-.signature a:visited {
-       color: #F6F;
-}
-
 .monospace{
        font-family: "Fira Mono", monospace;
 }


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to