r114305 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r114304‎ | r114305 | r114306 >
Date:20:30, 20 March 2012
Author:rsterbin
Status:ok
Tags:
Comment:
Removed underline on hover for link option E
Modified paths:
  • /trunk/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/jquery.articleFeedbackv5.css (modified) (history)

Diff [purge]

Index: trunk/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/jquery.articleFeedbackv5.css
@@ -1129,6 +1129,9 @@
11301130 .articleFeedbackv5-bottomrighttablink a {
11311131 color: #fff;
11321132 }
 1133+.articleFeedbackv5-bottomrighttablink a:hover {
 1134+ text-decoration: none;
 1135+}
11331136 .articleFeedbackv5-bottomrighttablink.articleFeedbackv5-closeable {
11341137 white-space: nowrap;
11351138 padding-right: 10px;
@@ -1226,3 +1229,4 @@
12271230 /* @embed */
12281231 background-image: url(images/tab_x_on.png);
12291232 }
 1233+

Status & tagging log