r113472 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113471‎ | r113472 | r113473 >
Date:15:11, 9 March 2012
Author:jdlrobson
Status:ok
Tags:
Comment:
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) (history)

Diff [purge]

Index: trunk/extensions/MobileFrontend/stylesheets/beta_common.css
@@ -110,14 +110,12 @@
111111 text-decoration: none;
112112 color: #666;
113113 }
114 -.suggestions-result a:link {
115 - text-decoration: none;
116 - color:#666;
117 -}
 114+
118115 .suggestions-result a:visited {
119116 text-decoration: none;
120117 color:#666;
121118 }
 119+
122120 .suggestions-result a:hover {
123121 text-decoration: none;
124122 color:#666;
@@ -126,9 +124,11 @@
127125 text-decoration: none;
128126 color:#666;
129127 }
 128+
130129 .suggestions-result:hover {
131130 background-color: #ACD1E9;
132131 }
 132+
133133 a.sq-val-update {
134134 font-size: 1.3em;
135135 display: block;
@@ -140,15 +140,15 @@
141141 width: 1.5em;
142142 text-align: center;
143143 }
144 -a.sq-val-update:link {
145 - text-decoration: none;
146 -}
 144+
147145 a.sq-val-update:visited {
148146 text-decoration: none;
149147 }
 148+
150149 a.sq-val-update:hover {
151150 text-decoration: none;
152151 }
 152+
153153 a.sq-val-update:active {
154154 text-decoration: none;
155155 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r113768MFT r113463, r113471, r113472, r113486, r113512, r113553awjrichards22:01, 13 March 2012
r113774MFT r113471, r113472, r113486, r113512, r113553awjrichards22:35, 13 March 2012
r114200r113463, r113465, r113466, r113469, r113470, r113471, r113472awjrichards22:16, 19 March 2012

Status & tagging log