https://www.mediawiki.org/wiki/Special:Code/MediaWiki/113472

Revision: 113472
Author:   jdlrobson
Date:     2012-03-09 15:11:21 +0000 (Fri, 09 Mar 2012)
Log Message:
-----------
css cleanup

remove :link - taken care of by a rule
introduce new lines for readability

Modified Paths:
--------------
    trunk/extensions/MobileFrontend/stylesheets/beta_common.css

Modified: trunk/extensions/MobileFrontend/stylesheets/beta_common.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/beta_common.css 2012-03-09 
15:08:20 UTC (rev 113471)
+++ trunk/extensions/MobileFrontend/stylesheets/beta_common.css 2012-03-09 
15:11:21 UTC (rev 113472)
@@ -110,14 +110,12 @@
        text-decoration: none;
        color: #666;
 }
-.suggestions-result a:link {
-       text-decoration: none;
-       color:#666;
-}
+
 .suggestions-result a:visited {
        text-decoration: none;
        color:#666;
 }
+
 .suggestions-result a:hover {
        text-decoration: none;
        color:#666;
@@ -126,9 +124,11 @@
        text-decoration: none;
        color:#666;
 }
+
 .suggestions-result:hover {
        background-color: #ACD1E9;
 }
+
 a.sq-val-update {
        font-size: 1.3em;
        display: block;
@@ -140,15 +140,15 @@
        width: 1.5em;
        text-align: center;
 }
-a.sq-val-update:link {
-       text-decoration: none;
-}
+
 a.sq-val-update:visited {
        text-decoration: none;
 }
+
 a.sq-val-update:hover {
        text-decoration: none;
 }
+
 a.sq-val-update:active {
        text-decoration: none;
 }


_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to