r66538 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r66537‎ | r66538 | r66539 >
Date:16:31, 16 May 2010
Author:ashley
Status:ok
Tags:
Comment:
*spaces -> tabs for indentation
*trimmed trailing spaces
*made cologneblue.css readable
*no functional changes
Modified paths:
  • /trunk/phase3/skins/common/cologneblue.css (modified) (history)
  • /trunk/phase3/skins/common/commonPrint.css (modified) (history)
  • /trunk/phase3/skins/common/common_rtl.css (modified) (history)
  • /trunk/phase3/skins/common/diff.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/common/cologneblue.css
@@ -1,101 +1,210 @@
2 -body { margin: 0px; padding: 0px; color: black; }
3 -#specialform { display: inline; }
4 -#content { top: 0; margin: 0; padding: 0; }
 2+body {
 3+ margin: 0px;
 4+ padding: 0px;
 5+ color: black;
 6+}
 7+
 8+#specialform {
 9+ display: inline;
 10+}
 11+
 12+#content {
 13+ top: 0;
 14+ margin: 0;
 15+ padding: 0;
 16+}
 17+
518 #mw-data-after-content {
6 - font-family: Verdana, Arial, sans-serif;
7 - color: black;
8 - font-size: 8pt;
 19+ font-family: Verdana, Arial, sans-serif;
 20+ color: black;
 21+ font-size: 8pt;
922 }
10 -#topbar { padding: 0px; }
 23+
 24+#topbar {
 25+ padding: 0px;
 26+}
 27+
1128 #powersearch {
12 - background: #DDEEFF; border-style: solid; border-width: 1px; padding: 2px;
 29+ background: #DDEEFF;
 30+ border-style: solid;
 31+ border-width: 1px;
 32+ padding: 2px;
1333 }
 34+
1435 #quickbar {
15 - width: 140px; top: 18ex; padding: 2px; visibility: visible; z-index: 99;
 36+ width: 140px;
 37+ top: 18ex;
 38+ padding: 2px;
 39+ visibility: visible;
 40+ z-index: 99;
1641 }
 42+
1743 #article, #article td, #article th, #article p {
18 - font-family: Verdana, Arial, sans-serif;
19 - font-size: 10pt; color: black;
 44+ font-family: Verdana, Arial, sans-serif;
 45+ font-size: 10pt;
 46+ color: black;
2047 }
 48+
2149 #article p {
22 - padding-top: 0; padding-bottom: 0;
23 - margin-top: 1ex; margin-bottom: 0;
 50+ padding-top: 0;
 51+ padding-bottom: 0;
 52+ margin-top: 1ex;
 53+ margin-bottom: 0;
2454 }
25 -p, pre, td, th, li, dd, dt { line-height: 12pt; }
26 -textarea { overflow: auto; }
2755
28 -#footer { padding: 4px; }
29 -#footer form { display: inline; }
 56+p, pre, td, th, li, dd, dt {
 57+ line-height: 12pt;
 58+}
 59+
 60+textarea {
 61+ overflow: auto;
 62+}
 63+
 64+#footer {
 65+ padding: 4px;
 66+}
 67+
 68+#footer form {
 69+ display: inline;
 70+}
 71+
3072 #sitetitle {
31 - font-family: Times, serif;
32 - color: white;
33 - font-weight: normal; font-size: 32pt;
34 - line-height: 32pt;
 73+ font-family: Times, serif;
 74+ color: white;
 75+ font-weight: normal;
 76+ font-size: 32pt;
 77+ line-height: 32pt;
3578 }
 79+
3680 td.top {
37 - background-color: #6688AA; color: white;
38 - margin-top: 4px; margin-bottom: 4px;
39 - padding-top: 0; padding-bottom: 0;
40 - text-transform: uppercase;
41 - font-family: Verdana, Arial, sans-serif; font-size: 8pt;
 81+ background-color: #6688AA;
 82+ color: white;
 83+ margin-top: 4px;
 84+ margin-bottom: 4px;
 85+ padding-top: 0;
 86+ padding-bottom: 0;
 87+ text-transform: uppercase;
 88+ font-family: Verdana, Arial, sans-serif;
 89+ font-size: 8pt;
4290 }
 91+
4392 td.top a {
44 - font-family: Verdana, Arial, sans-serif;
45 - background-color: #6688AA; color: white;
46 - text-decoration: none; font-size: 10pt;
 93+ font-family: Verdana, Arial, sans-serif;
 94+ background-color: #6688AA;
 95+ color: white;
 96+ text-decoration: none;
 97+ font-size: 10pt;
4798 }
 99+
48100 td.bottom {
49 - font-family: Verdana, Arial, sans-serif;
50 - font-size: 10pt;
51 - padding: 0;
 101+ font-family: Verdana, Arial, sans-serif;
 102+ font-size: 10pt;
 103+ padding: 0;
52104 }
 105+
53106 #pagestats {
54 - font-family: Verdana, Arial, sans-serif;
55 - color: black;
56 - font-size: 9pt;
 107+ font-family: Verdana, Arial, sans-serif;
 108+ color: black;
 109+ font-size: 9pt;
57110 }
 111+
58112 #sitesub {
59 - font-family: Verdana, Arial, sans-serif;
60 - font-size: 9pt; font-weight: bold;
61 - color: black;
62 - padding-top: 0;
 113+ font-family: Verdana, Arial, sans-serif;
 114+ font-size: 9pt; font-weight: bold;
 115+ color: black;
 116+ padding-top: 0;
63117 }
 118+
64119 #quickbar {
65 - font-family: Verdana, Arial, sans-serif;
66 - font-size: 8pt; font-weight: bold; line-height: 9.5pt;
67 - text-decoration: none;
68 - color: black;
69 - padding: 0; margin-top: 0;
 120+ font-family: Verdana, Arial, sans-serif;
 121+ font-size: 8pt;
 122+ font-weight: bold;
 123+ line-height: 9.5pt;
 124+ text-decoration: none;
 125+ color: black;
 126+ padding: 0;
 127+ margin-top: 0;
70128 }
71 -#quickbar a { color: #446688; }
72129
 130+#quickbar a {
 131+ color: #446688;
 132+}
 133+
73134 #quickbar h6 {
74 - font-family: Verdana, Arial, sans-serif;
75 - font-size: 10pt; font-weight: bold; line-height: 12pt;
76 - text-decoration: none;
77 - color: #666666;
78 - padding: 0; margin-bottom: 2px; margin-top: 6px;
 135+ font-family: Verdana, Arial, sans-serif;
 136+ font-size: 10pt;
 137+ font-weight: bold;
 138+ line-height: 12pt;
 139+ text-decoration: none;
 140+ color: #666666;
 141+ padding: 0;
 142+ margin-bottom: 2px;
 143+ margin-top: 6px;
79144 }
80 -#quickbar form { padding: 0; margin-top: 0; }
81145
 146+#quickbar form {
 147+ padding: 0;
 148+ margin-top: 0;
 149+}
 150+
82151 h1 {
83 - color: #666666;
84 - font-family: Verdana, Arial, sans-serif;
85 - font-size: 180%; line-height: 21pt;
 152+ color: #666666;
 153+ font-family: Verdana, Arial, sans-serif;
 154+ font-size: 180%;
 155+ line-height: 21pt;
86156 }
87 -h1 .editsection { font-size: 55.6%; }
88 -h1.pagetitle { padding-bottom: 0; margin-bottom: 0; }
 157+
 158+h1 .editsection {
 159+ font-size: 55.6%;
 160+}
 161+
 162+h1.pagetitle {
 163+ padding-bottom: 0;
 164+ margin-bottom: 0;
 165+}
 166+
89167 #article p.subtitle {
90 - color: #666666; font-size: 11pt; font-weight: bold;
91 - padding-top: 0; margin-top: 0; padding-bottom: 1ex;
 168+ color: #666666;
 169+ font-size: 11pt;
 170+ font-weight: bold;
 171+ padding-top: 0;
 172+ margin-top: 0;
 173+ padding-bottom: 1ex;
92174 }
93175
94 -a { color: #223366; }
95 -a.external { color: #336644; }
96 -a:visited { color: #8D0749; }
97 -a.printable { text-decoration: underline; }
98 -a.stub, #quickbar a.stub { color:#772233; text-decoration:none; }
99 -a.new, #quickbar a.new { color: #CC2200; }
100 -h2, h3, h4, h5, h6 { margin-bottom: 0; }
101 -small { font-size: 75%; }
102 -input.mw-searchInput { width: 106px; }
 176+a {
 177+ color: #223366;
 178+}
 179+
 180+a.external {
 181+ color: #336644;
 182+}
 183+
 184+a:visited {
 185+ color: #8D0749;
 186+}
 187+
 188+a.printable {
 189+ text-decoration: underline;
 190+}
 191+
 192+a.stub, #quickbar a.stub {
 193+ color: #772233;
 194+ text-decoration: none;
 195+}
 196+
 197+a.new, #quickbar a.new {
 198+ color: #CC2200;
 199+}
 200+
 201+h2, h3, h4, h5, h6 {
 202+ margin-bottom: 0;
 203+}
 204+
 205+small {
 206+ font-size: 75%;
 207+}
 208+
 209+input.mw-searchInput {
 210+ width: 106px;
 211+}
\ No newline at end of file
Index: trunk/phase3/skins/common/common_rtl.css
@@ -10,14 +10,14 @@
1111 #preftoc li { list-style: none; }
1212 #prefcontrol { float: right; }
1313 fieldset.prefsection,
14 -fieldset.operaprefsection {
15 - margin-left: 0;
16 - margin-right: 18em;
 14+fieldset.operaprefsection {
 15+ margin-left: 0;
 16+ margin-right: 18em;
1717 }
1818 /* page history */
19 -#pagehistory .history-user {
20 - margin-right: 1.4em;
21 - margin-left: 0.4em;
 19+#pagehistory .history-user {
 20+ margin-right: 1.4em;
 21+ margin-left: 0.4em;
2222 }
2323 .editsection {
2424 float: left;
Index: trunk/phase3/skins/common/commonPrint.css
@@ -8,12 +8,15 @@
99
1010 /* Thanks to A List Apart (http://alistapart.com/) for useful extras */
1111 a.stub,
12 -a.new{ color:#ba0000; text-decoration:none; }
 12+a.new {
 13+ color: #ba0000;
 14+ text-decoration: none;
 15+}
1316
1417 #toc {
15 - border:1px solid #aaaaaa;
16 - background-color:#f9f9f9;
17 - padding:5px;
 18+ border: 1px solid #aaaaaa;
 19+ background-color: #f9f9f9;
 20+ padding: 5px;
1821 }
1922 body.ltr .tocindent {
2023 margin-left: 2em;
@@ -26,81 +29,87 @@
2730 }
2831
2932 /* images */
30 -div.floatright {
31 - float: right;
32 - clear: right;
33 - position: relative;
34 - margin: 0.5em 0 0.8em 1.4em;
 33+div.floatright {
 34+ float: right;
 35+ clear: right;
 36+ position: relative;
 37+ margin: 0.5em 0 0.8em 1.4em;
3538 }
36 -body.rtl div.floatright {
37 - float: left;
38 - clear: left;
39 - margin: 0.5em 1.4em 0.8em 0;
 39+body.rtl div.floatright {
 40+ float: left;
 41+ clear: left;
 42+ margin: 0.5em 1.4em 0.8em 0;
4043 }
41 -div.floatright p { font-style: italic;}
42 -div.floatleft {
43 - float: left;
44 - clear: left;
45 - position: relative;
46 - margin: 0.5em 1.4em 0.8em 0;
 44+div.floatright p {
 45+ font-style: italic;
4746 }
48 -body.rtl div.floatleft {
49 - float: right;
50 - clear: right;
51 - margin: 0.5em 0 0.8em 1.4em;
 47+div.floatleft {
 48+ float: left;
 49+ clear: left;
 50+ position: relative;
 51+ margin: 0.5em 1.4em 0.8em 0;
5252 }
53 -div.floatleft p { font-style: italic; }
 53+body.rtl div.floatleft {
 54+ float: right;
 55+ clear: right;
 56+ margin: 0.5em 0 0.8em 1.4em;
 57+}
 58+div.floatleft p {
 59+ font-style: italic;
 60+}
5461
5562 /* thumbnails */
5663 div.thumb {
57 - border: none;
58 - width: auto;
59 - margin-top: 0.5em;
60 - margin-bottom: 0.8em;
61 - background-color: transparent;
 64+ border: none;
 65+ width: auto;
 66+ margin-top: 0.5em;
 67+ margin-bottom: 0.8em;
 68+ background-color: transparent;
6269 }
6370 div.thumbinner {
64 - border:1px solid #cccccc;
65 - padding: 3px !important;
66 - background-color: White;
67 - font-size: 94%;
68 - text-align: center;
69 - overflow: hidden;
 71+ border:1px solid #cccccc;
 72+ padding: 3px !important;
 73+ background-color: White;
 74+ font-size: 94%;
 75+ text-align: center;
 76+ overflow: hidden;
7077 }
7178 html .thumbimage {
72 - border:1px solid #cccccc;
 79+ border: 1px solid #cccccc;
7380 }
7481 html .thumbcaption {
7582 border: none;
76 - text-align: left;
77 - line-height: 1.4em;
 83+ text-align: left;
 84+ line-height: 1.4em;
7885 padding: 3px !important;
79 - font-size: 94%;
 86+ font-size: 94%;
8087 }
8188 body.rtl .thumbcaption {
8289 text-align: right;
8390 }
8491
85 -div.magnify { display: none; }
 92+div.magnify {
 93+ display: none;
 94+}
8695 div.tright {
87 - float: right;
88 - clear: right;
89 - margin: 0.5em 0 0.8em 1.4em;
 96+ float: right;
 97+ clear: right;
 98+ margin: 0.5em 0 0.8em 1.4em;
9099 }
91100 div.tleft {
92 - float: left;
93 - clear: left;
94 - margin: 0.5em 1.4em 0.8em 0;
 101+ float: left;
 102+ clear: left;
 103+ margin: 0.5em 1.4em 0.8em 0;
95104 }
96105 body.rtl div.tright {
97 - float: left;
98 - clear: left;
99 - border-width: 0.5em 1.4em 0.8em 0;
 106+ float: left;
 107+ clear: left;
 108+ border-width: 0.5em 1.4em 0.8em 0;
100109 }
101110 body.rtl div.tleft {
102 - float: right;
103 - clear: right;
104 - border-width: 0.5em 0 0.8em 1.4em;
 111+ float: right;
 112+ clear: right;
 113+ border-width: 0.5em 0 0.8em 1.4em;
105114 }
106115 img.thumbborder {
107116 border: 1px solid #dddddd;
@@ -108,20 +117,20 @@
109118
110119 /* table standards */
111120 table.rimage {
112 - float:right;
113 - width:1pt;
114 - position:relative;
115 - margin-left:1em;
116 - margin-bottom:1em;
117 - text-align:center;
 121+ float: right;
 122+ width: 1pt;
 123+ position: relative;
 124+ margin-left: 1em;
 125+ margin-bottom: 1em;
 126+ text-align: center;
118127 }
119128
120129 body {
121 - background: White;
122 - /*font-size: 11pt !important;*/
123 - color: Black;
124 - margin: 0;
125 - padding: 0;
 130+ background: White;
 131+ /*font-size: 11pt !important;*/
 132+ color: Black;
 133+ margin: 0;
 134+ padding: 0;
126135 }
127136
128137 .noprint,
@@ -139,24 +148,24 @@
140149 li#disclaimer,
141150 li#privacy,
142151 #mw-hidden-catlinks {
143 - /* Hides all the elements irrelevant for printing */
144 - display: none;
 152+ /* Hides all the elements irrelevant for printing */
 153+ display: none;
145154 }
146155
147 -ul {
148 - list-style-type: square;
 156+ul {
 157+ list-style-type: square;
149158 }
150159
151160 #content {
152 - background: none;
153 - border: none ! important;
154 - padding: 0 ! important;
155 - margin: 0 ! important;
 161+ background: none;
 162+ border: none ! important;
 163+ padding: 0 ! important;
 164+ margin: 0 ! important;
156165 }
157166 #footer {
158167 background : white;
159168 color : black;
160 - border-top: 1px solid black;
 169+ border-top: 1px solid black;
161170 }
162171
163172 h1, h2, h3, h4, h5, h6 {
@@ -164,8 +173,8 @@
165174 }
166175
167176 p, .documentDescription {
168 - margin: 1em 0 ! important;
169 - line-height: 1.2em;
 177+ margin: 1em 0 ! important;
 178+ line-height: 1.2em;
170179 }
171180
172181 .tocindent p {
@@ -173,55 +182,55 @@
174183 }
175184
176185 pre {
177 - border: 1pt dashed black;
178 - white-space: pre;
179 - font-size: 8pt;
180 - overflow: auto;
181 - padding: 1em 0;
182 - background : white;
183 - color : black;
 186+ border: 1pt dashed black;
 187+ white-space: pre;
 188+ font-size: 8pt;
 189+ overflow: auto;
 190+ padding: 1em 0;
 191+ background: white;
 192+ color: black;
184193 }
185194
186195 table.listing,
187196 table.listing td {
188 - border: 1pt solid black;
189 - border-collapse: collapse;
 197+ border: 1pt solid black;
 198+ border-collapse: collapse;
190199 }
191200
192201 a {
193 - color: Black !important;
194 - background: none !important;
195 - padding: 0 !important;
 202+ color: Black !important;
 203+ background: none !important;
 204+ padding: 0 !important;
196205 }
197206
198207 a:link, a:visited {
199 - color: #520;
200 - background: transparent;
201 - text-decoration: underline;
 208+ color: #520;
 209+ background: transparent;
 210+ text-decoration: underline;
202211 }
203212
204213 #content a.external.text:after, #content a.external.autonumber:after {
205 - /* Expand URLs for printing */
206 - content: " (" attr(href) ") ";
 214+ /* Expand URLs for printing */
 215+ content: " (" attr(href) ") ";
207216 }
208217
209218 #globalWrapper {
210 - width: 100% !important;
211 - min-width: 0 !important;
 219+ width: 100% !important;
 220+ min-width: 0 !important;
212221 }
213222
214223 #content {
215 - background : white;
216 - color : black;
 224+ background: white;
 225+ color: black;
217226 }
218227
219228 #column-content {
220 - margin: 0 !important;
 229+ margin: 0 !important;
221230 }
222231
223232 #column-content #content {
224 - padding: 1em;
225 - margin: 0 !important;
 233+ padding: 1em;
 234+ margin: 0 !important;
226235 }
227236 /* MSIE/Win doesn't understand 'inherit' */
228237 a, a.external, a.new, a.stub {
@@ -247,86 +256,92 @@
248257
249258 /* image galleries */
250259 table.gallery {
251 - border: 1px solid #ccc;
252 - margin: 2px;
253 - padding: 2px;
254 - background-color: white;
255 - border-collapse: collapse;
 260+ border: 1px solid #ccc;
 261+ margin: 2px;
 262+ padding: 2px;
 263+ background-color: white;
 264+ border-collapse: collapse;
256265 }
257266
258267 table.gallery tr {
259 - vertical-align: top;
 268+ vertical-align: top;
260269 }
261270
262271 table.gallery td {
263 - vertical-align: top;
264 - padding: 1px;
265 - border: 1px solid #ccc;
 272+ vertical-align: top;
 273+ padding: 1px;
 274+ border: 1px solid #ccc;
266275 }
267276
268277 div.gallerybox {
269 - margin: 2px;
 278+ margin: 2px;
270279 }
271280
272281 div.gallerybox div.thumb {
273 - text-align: center;
274 - border: 1px solid #ccc;
275 - margin: 2px;
 282+ text-align: center;
 283+ border: 1px solid #ccc;
 284+ margin: 2px;
276285 }
277286
278287 div.gallerytext {
279 - overflow: hidden;
280 - font-size: 94%;
281 - padding: 2px 4px;
 288+ overflow: hidden;
 289+ font-size: 94%;
 290+ padding: 2px 4px;
282291 }
283292
284293 /*
285294 ** Diff rendering
286295 */
287 -table.diff { background:white; }
288 -td.diff-otitle { background:#ffffff; }
289 -td.diff-ntitle { background:#ffffff; }
 296+table.diff {
 297+ background: white;
 298+}
 299+td.diff-otitle {
 300+ background: #ffffff;
 301+}
 302+td.diff-ntitle {
 303+ background: #ffffff;
 304+}
290305 td.diff-addedline {
291 - background:#ccffcc;
292 - font-size: smaller;
293 - border: solid 2px black;
 306+ background: #ccffcc;
 307+ font-size: smaller;
 308+ border: solid 2px black;
294309 }
295310 td.diff-deletedline {
296 - background:#ffffaa;
297 - font-size: smaller;
298 - border: dotted 2px black;
 311+ background: #ffffaa;
 312+ font-size: smaller;
 313+ border: dotted 2px black;
299314 }
300315 td.diff-context {
301 - background:#eeeeee;
302 - font-size: smaller;
 316+ background: #eeeeee;
 317+ font-size: smaller;
303318 }
304319 .diffchange {
305 - color: silver;
306 - font-weight: bold;
307 - text-decoration: underline;
 320+ color: silver;
 321+ font-weight: bold;
 322+ text-decoration: underline;
308323 }
309324
310325 /*
311326 ** Table rendering
312327 */
313328 table.wikitable {
314 - margin: 1em 1em 1em 0;
315 - border: 1px #aaa solid;
316 - border-collapse: collapse;
 329+ margin: 1em 1em 1em 0;
 330+ border: 1px #aaa solid;
 331+ border-collapse: collapse;
317332 }
318333 .wikitable th, .wikitable td {
319 - border: 1px #aaa solid;
320 - padding: 0.2em;
 334+ border: 1px #aaa solid;
 335+ padding: 0.2em;
321336 }
322337 .wikitable th {
323 - text-align: center;
324 - background: #F9F9F9;
325 - font-weight: bold;
 338+ text-align: center;
 339+ background: #F9F9F9;
 340+ font-weight: bold;
326341 }
327342 .wikitable caption {
328 - font-weight: bold;
 343+ font-weight: bold;
329344 }
330 -
 345+
331346 a.sortheader {
332 - margin: 0px 0.3em;
 347+ margin: 0px 0.3em;
333348 }
Index: trunk/phase3/skins/common/diff.css
@@ -41,7 +41,7 @@
4242 border: none;
4343 width: 98%;
4444 border-spacing: 4px;
45 -
 45+
4646 /* Fixed layout is required to ensure that cells containing long URLs
4747 don't widen in Safari, Internet Explorer, or iCab */
4848 table-layout: fixed;
@@ -60,14 +60,14 @@
6161 CSS 3 draft..., but Gecko doesn't support it yet:
6262 https://bugzilla.mozilla.org/show_bug.cgi?id=99457 */
6363 word-wrap: break-word;
64 -
 64+
6565 /* As fallback, scrollbars will be added for very wide cells
6666 instead of text overflowing or widening */
6767 overflow: auto;
68 -
 68+
6969 /* The above rule breaks on very old versions of Mozilla due
7070 to a bug which collapses the table cells to a single line.
71 -
 71+
7272 In Mozilla 1.1 and below with JavaScript enabled, the rule
7373 will be overridden with this by diff.js; wide cell contents
7474 then spill horizontally without widening the rest of the
@@ -78,66 +78,63 @@
7979 /*
8080 * Styles for the HTML Diff
8181 */
82 -div.diff-switchtype{
 82+div.diff-switchtype {
8383 text-align: center;
8484 font-weight: bold;
8585 font-size: smaller;
8686 }
8787
8888 span.diff-html-added {
89 - font-size: 100%;
90 - background-color: #20ff20
 89+ font-size: 100%;
 90+ background-color: #20ff20
9191 }
9292
9393 span.diff-html-removed {
94 - font-size: 100%;
95 - text-decoration: line-through;
96 - background-color: #ff2020
 94+ font-size: 100%;
 95+ text-decoration: line-through;
 96+ background-color: #ff2020
9797 }
9898
9999 span.diff-html-changed {
100 - background: url(images/diffunderline.gif) bottom repeat-x;
101 - /* Hack for IE5.5, see http://lists.wikimedia.org/pipermail/wikitech-l/2008-November/040273.html */
102 - *background-color: #c6c6fd; /* light blue */
 100+ background: url(images/diffunderline.gif) bottom repeat-x;
 101+ /* Hack for IE5.5, see http://lists.wikimedia.org/pipermail/wikitech-l/2008-November/040273.html */
 102+ *background-color: #c6c6fd; /* light blue */
103103 }
104104
105 -span.diff-html-added img{
106 - border: 5px solid #ccffcc;
 105+span.diff-html-added img {
 106+ border: 5px solid #ccffcc;
107107 }
108108
109 -span.diff-html-removed img{
110 - border: 5px solid #fdc6c6;
 109+span.diff-html-removed img {
 110+ border: 5px solid #fdc6c6;
111111 }
112112
113 -span.diff-html-changed img{
114 - border: 5px dotted #000099;
115 -
 113+span.diff-html-changed img {
 114+ border: 5px dotted #000099;
116115 }
117116
118117 span.diff-html-changed {
119 - position: relative; /* this is key */
120 - cursor: help;
 118+ position: relative; /* this is key */
 119+ cursor: help;
121120 }
122 -
 121+
123122 span.diff-html-changed span.tip {
124 - display: none; /* so is this */
 123+ display: none; /* so is this */
125124 }
126125
127126 /* tooltip will display on :hover event */
128 -
 127+
129128 span.diff-html-changed:hover span.tip {
130 - display: block;
131 - z-index: 95;
132 - position: absolute;
133 - top: 2.5em;
134 - left: 0;
135 - width: auto;
136 - line-height: 1.2em;
137 - padding: 3px 7px 4px 6px;
138 - border: 1px solid #336;
139 - background-color: #f7f7ee;
140 - font-size: 10px;
141 - text-align: left;
 129+ display: block;
 130+ z-index: 95;
 131+ position: absolute;
 132+ top: 2.5em;
 133+ left: 0;
 134+ width: auto;
 135+ line-height: 1.2em;
 136+ padding: 3px 7px 4px 6px;
 137+ border: 1px solid #336;
 138+ background-color: #f7f7ee;
 139+ font-size: 10px;
 140+ text-align: left;
142141 }
143 -
144 -

Follow-up revisions

RevisionCommit summaryAuthorDate
r66540follow-up to r66538: more of the sameashley16:55, 16 May 2010

Status & tagging log