##// END OF EJS Templates
* css modified...
Jean-Philippe Lang -
r43:63d3b12bb5ce
parent child
Show More
@@ -1,7 +1,23
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http://www.w3.org/TR/html4/loose.dtd">
2 "http://www.w3.org/TR/html4/loose.dtd">
3 <html>
3 <html>
4 <title>redMine 404 error</title>
5 <style>
6 body{
7 font-family: Trebuchet MS,Georgia,"Times New Roman",serif;
8 color:#303030;
9 margin:10px;
10 }
11 h1{
12 font-size:1.5em;
13 }
14 p{
15 font-size:0.8em;
16 }
17 </style>
4 <body>
18 <body>
5 <h1>File not found</h1>
19 <h1>Page not found</h1>
20 <p>The page you were trying to access doesn't exist or has been removed.</p>
21 <p><a href="javascript:history.back()">Back</a></p>
6 </body>
22 </body>
7 </html> No newline at end of file
23 </html>
@@ -1,7 +1,24
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http://www.w3.org/TR/html4/loose.dtd">
2 "http://www.w3.org/TR/html4/loose.dtd">
3 <html>
3 <html>
4 <title>redMine 500 error</title>
5 <style>
6 body{
7 font-family: Trebuchet MS,Georgia,"Times New Roman",serif;
8 color:#303030;
9 margin:10px;
10 }
11 h1{
12 font-size:1.5em;
13 }
14 p{
15 font-size:0.8em;
16 }
17 </style>
4 <body>
18 <body>
5 <h1>Sorry, an application error occured</h1>
19 <h1>Internal error</h1>
20 <p>An error occurred on the page you were trying to access.<br />
21 If you continue to experience problems please contact your redMine administrator for assistance.</p>
22 <p><a href="javascript:history.back()">Back</a></p>
6 </body>
23 </body>
7 </html> No newline at end of file
24 </html>
@@ -1,438 +1,441
1 /* andreas08 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use in any way and for any purpose as long as the proper credits are given to the original designer. Version: 1.0, November 28, 2005 */
1 /* andreas08 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use in any way and for any purpose as long as the proper credits are given to the original designer. Version: 1.0, November 28, 2005 */
2 /* Edited by Jean-Philippe Lang *>
2 /* Edited by Jean-Philippe Lang *>
3 /**************** Body and tag styles ****************/
3 /**************** Body and tag styles ****************/
4
4
5
5
6 #header * {margin:0; padding:0;}
6 #header * {margin:0; padding:0;}
7 p, ul, ol, li {margin:0; padding:0;}
7 p, ul, ol, li {margin:0; padding:0;}
8
8
9
9
10 body{
10 body{
11 font:76% Verdana,Tahoma,Arial,sans-serif;
11 font:76% Verdana,Tahoma,Arial,sans-serif;
12 line-height:1.4em;
12 line-height:1.4em;
13 text-align:center;
13 text-align:center;
14 color:#303030;
14 color:#303030;
15 background:#e8eaec;
15 background:#e8eaec;
16 margin:0;
16 margin:0;
17 }
17 }
18
18
19
19
20 a{
20 a{
21 color:#467aa7;
21 color:#467aa7;
22 font-weight:bold;
22 font-weight:bold;
23 text-decoration:none;
23 text-decoration:none;
24 background-color:inherit;
24 background-color:inherit;
25 }
25 }
26
26
27 a:hover{color:#2a5a8a; text-decoration:none; background-color:inherit;}
27 a:hover{color:#2a5a8a; text-decoration:none; background-color:inherit;}
28 a img{border:none;}
28 a img{border:none;}
29
29
30 p{padding:0 0 1em 0;}
30 p{padding:0 0 1em 0;}
31 p form{margin-top:0; margin-bottom:20px;}
31 p form{margin-top:0; margin-bottom:20px;}
32
32
33 img.left,img.center,img.right{padding:4px; border:1px solid #a0a0a0;}
33 img.left,img.center,img.right{padding:4px; border:1px solid #a0a0a0;}
34 img.left{float:left; margin:0 12px 5px 0;}
34 img.left{float:left; margin:0 12px 5px 0;}
35 img.center{display:block; margin:0 auto 5px auto;}
35 img.center{display:block; margin:0 auto 5px auto;}
36 img.right{float:right; margin:0 0 5px 12px;}
36 img.right{float:right; margin:0 0 5px 12px;}
37
37
38 /**************** Header and navigation styles ****************/
38 /**************** Header and navigation styles ****************/
39
39
40 #container{
40 #container{
41 width:100%;
41 width:100%;
42 min-width: 800px;
42 min-width: 800px;
43 margin:0;
43 margin:0;
44 padding:0;
44 padding:0;
45 text-align:left;
45 text-align:left;
46 background:#ffffff;
46 background:#ffffff;
47 color:#303030;
47 color:#303030;
48 }
48 }
49
49
50 #header{
50 #header{
51 height:4.5em;
51 height:4.5em;
52 /*width:758px;*/
52 /*width:758px;*/
53 margin:0;
53 margin:0;
54 background:#467aa7;
54 background:#467aa7;
55 color:#ffffff;
55 color:#ffffff;
56 margin-bottom:1px;
56 margin-bottom:1px;
57 }
57 }
58
58
59 #header h1{
59 #header h1{
60 padding:10px 0 0 20px;
60 padding:10px 0 0 20px;
61 font-size:1.8em;
61 font-size:2em;
62 background-color:inherit;
62 background-color:inherit;
63 color:#fff; /*rgb(152, 26, 33);*/
63 color:#fff; /*rgb(152, 26, 33);*/
64 letter-spacing:-2px;
64 letter-spacing:-1px;
65 font-weight:normal;
65 font-weight:bold;
66 font-family: Trebuchet MS,Georgia,"Times New Roman",serif;
66 }
67 }
67
68
68 #header h2{
69 #header h2{
69 margin:3px 0 0 40px;
70 margin:3px 0 0 40px;
70 font-size:1.4em;
71 font-size:1.5em;
71 background-color:inherit;
72 background-color:inherit;
72 color:#f0f2f4;
73 color:#f0f2f4;
73 letter-spacing:-1px;
74 letter-spacing:-1px;
74 font-weight:normal;
75 font-weight:normal;
76 font-family: Trebuchet MS,Georgia,"Times New Roman",serif;
75 }
77 }
76
78
77 #navigation{
79 #navigation{
78 height:2.2em;
80 height:2.2em;
79 line-height:2.2em;
81 line-height:2.2em;
80 /*width:758px;*/
82 /*width:758px;*/
81 margin:0;
83 margin:0;
82 background:#578bb8;
84 background:#578bb8;
83 color:#ffffff;
85 color:#ffffff;
84 }
86 }
85
87
86 #navigation li{
88 #navigation li{
87 float:left;
89 float:left;
88 list-style-type:none;
90 list-style-type:none;
89 border-right:1px solid #ffffff;
91 border-right:1px solid #ffffff;
90 white-space:nowrap;
92 white-space:nowrap;
91 }
93 }
92
94
93 #navigation li.right {
95 #navigation li.right {
94 float:right;
96 float:right;
95 list-style-type:none;
97 list-style-type:none;
96 border-right:0;
98 border-right:0;
97 border-left:1px solid #ffffff;
99 border-left:1px solid #ffffff;
98 white-space:nowrap;
100 white-space:nowrap;
99 }
101 }
100
102
101 #navigation li a{
103 #navigation li a{
102 display:block;
104 display:block;
103 padding:0px 10px 0px 22px;
105 padding:0px 10px 0px 22px;
104 font-size:0.8em;
106 font-size:0.8em;
105 font-weight:normal;
107 font-weight:normal;
106 /*text-transform:uppercase;*/
108 /*text-transform:uppercase;*/
107 text-decoration:none;
109 text-decoration:none;
108 background-color:inherit;
110 background-color:inherit;
109 color: #ffffff;
111 color: #ffffff;
110 }
112 }
111
113
112 * html #navigation a {width:1%;}
114 * html #navigation a {width:1%;}
113
115
114 #navigation .selected,#navigation a:hover{
116 #navigation .selected,#navigation a:hover{
115 color:#ffffff;
117 color:#ffffff;
116 text-decoration:none;
118 text-decoration:none;
117 background-color: #80b0da;
119 background-color: #80b0da;
118 }
120 }
119
121
120 /**************** Icons links *******************/
122 /**************** Icons links *******************/
121 .picHome { background: url(../images/home.png) no-repeat 4px 50%; }
123 .picHome { background: url(../images/home.png) no-repeat 4px 50%; }
122 .picUser { background: url(../images/user.png) no-repeat 4px 50%; }
124 .picUser { background: url(../images/user.png) no-repeat 4px 50%; }
123 .picUserPage { background: url(../images/user_page.png) no-repeat 4px 50%; }
125 .picUserPage { background: url(../images/user_page.png) no-repeat 4px 50%; }
124 .picAdmin { background: url(../images/admin.png) no-repeat 4px 50%; }
126 .picAdmin { background: url(../images/admin.png) no-repeat 4px 50%; }
125 .picProject { background: url(../images/projects.png) no-repeat 4px 50%; }
127 .picProject { background: url(../images/projects.png) no-repeat 4px 50%; }
126 .picLogout { background: url(../images/logout.png) no-repeat 4px 50%; }
128 .picLogout { background: url(../images/logout.png) no-repeat 4px 50%; }
127 .picHelp { background: url(../images/help.png) no-repeat 4px 50%; }
129 .picHelp { background: url(../images/help.png) no-repeat 4px 50%; }
128
130
129 /**************** Content styles ****************/
131 /**************** Content styles ****************/
130
132
131 html>body #content {
133 html>body #content {
132 height: auto;
134 height: auto;
133 min-height: 500px;
135 min-height: 500px;
134 }
136 }
135
137
136 #content{
138 #content{
137 /*float:right;*/
139 /*float:right;*/
138 /*width:530px;*/
140 /*width:530px;*/
139 width: auto;
141 width: auto;
140 height:500px;
142 height:500px;
141 font-size:0.9em;
143 font-size:0.9em;
142 padding:20px 10px 10px 20px;
144 padding:20px 10px 10px 20px;
143 /*position: absolute;*/
145 /*position: absolute;*/
144 margin-left: 120px;
146 margin-left: 120px;
145 border-left: 1px dashed #c0c0c0;
147 border-left: 1px dashed #c0c0c0;
146
148
147 }
149 }
148
150
149 #content h2{
151 #content h2{
150 display:block;
152 display:block;
151 margin:0 0 16px 0;
153 margin:0 0 16px 0;
152 font-size:1.7em;
154 font-size:1.7em;
153 font-weight:normal;
155 font-weight:normal;
154 letter-spacing:-1px;
156 letter-spacing:-1px;
155 color:#505050;
157 color:#606060;
156 background-color:inherit;
158 background-color:inherit;
159 font-family: Trebuchet MS,Georgia,"Times New Roman",serif;
157 }
160 }
158
161
159 #content h2 a{font-weight:normal;}
162 #content h2 a{font-weight:normal;}
160 #content h3{margin:0 0 12px 0; font-size:1.4em; letter-spacing:-1px;}
163 #content h3{margin:0 0 12px 0; font-size:1.4em;color:#707070;font-family: Trebuchet MS,Georgia,"Times New Roman",serif;}
161 #content a:hover,#subcontent a:hover{text-decoration:underline;}
164 #content a:hover,#subcontent a:hover{text-decoration:underline;}
162 #content ul,#content ol{margin:0 5px 16px 35px;}
165 #content ul,#content ol{margin:0 5px 16px 35px;}
163 #content dl{margin:0 5px 10px 25px;}
166 #content dl{margin:0 5px 10px 25px;}
164 #content dt{font-weight:bold; margin-bottom:5px;}
167 #content dt{font-weight:bold; margin-bottom:5px;}
165 #content dd{margin:0 0 10px 15px;}
168 #content dd{margin:0 0 10px 15px;}
166
169
167
170
168 /***********************************************/
171 /***********************************************/
169
172
170 /*
173 /*
171 form{
174 form{
172 padding:15px;
175 padding:15px;
173 margin:0 0 20px 0;
176 margin:0 0 20px 0;
174 border:1px solid #c0c0c0;
177 border:1px solid #c0c0c0;
175 background-color:#CEE1ED;
178 background-color:#CEE1ED;
176 width:600px;
179 width:600px;
177 }
180 }
178 */
181 */
179
182
180 form {
183 form {
181 display: inline;
184 display: inline;
182 }
185 }
183
186
184 .noborder {
187 .noborder {
185 border:0px;
188 border:0px;
186 Exception exceptions.AssertionError: <exceptions.AssertionError instance at 0xb7c0b20c> in <bound
189 Exception exceptions.AssertionError: <exceptions.AssertionError instance at 0xb7c0b20c> in <bound
187 method SubversionRepository.__del__ of <vclib.svn.SubversionRepository instance at 0xb7c1252c>>
190 method SubversionRepository.__del__ of <vclib.svn.SubversionRepository instance at 0xb7c1252c>>
188 ignored
191 ignored
189
192
190 background-color:#fff;
193 background-color:#fff;
191 width:100%;
194 width:100%;
192 }
195 }
193
196
194 textarea {
197 textarea {
195 padding:0;
198 padding:0;
196 margin:0;
199 margin:0;
197 }
200 }
198
201
199 input {
202 input {
200 vertical-align: middle;
203 vertical-align: middle;
201 }
204 }
202
205
203 input.button-small
206 input.button-small
204 {
207 {
205 font-size: 0.8em;
208 font-size: 0.8em;
206 }
209 }
207
210
208 select {
211 select {
209 vertical-align: middle;
212 vertical-align: middle;
210 }
213 }
211
214
212 select.select-small
215 select.select-small
213 {
216 {
214 border: 1px solid #7F9DB9;
217 border: 1px solid #7F9DB9;
215 padding: 1px;
218 padding: 1px;
216 font-size: 0.8em;
219 font-size: 0.8em;
217 }
220 }
218
221
219 .active-filter
222 .active-filter
220 {
223 {
221 background-color: #F9FA9E;
224 background-color: #F9FA9E;
222
225
223 }
226 }
224
227
225 label {
228 label {
226 font-weight: bold;
229 font-weight: bold;
227 font-size: 1em;
230 font-size: 1em;
228 }
231 }
229
232
230 fieldset {
233 fieldset {
231 border:1px solid #7F9DB9;
234 border:1px solid #7F9DB9;
232 padding: 6px;
235 padding: 6px;
233 }
236 }
234
237
235 legend {
238 legend {
236 color: #505050;
239 color: #505050;
237
240
238 }
241 }
239
242
240 .required {
243 .required {
241 color: #bb0000;
244 color: #bb0000;
242 }
245 }
243
246
244 table.listTableContent {
247 table.listTableContent {
245 border:1px solid #578bb8;
248 border:1px solid #578bb8;
246 width:99%;
249 width:99%;
247 border-collapse: collapse;
250 border-collapse: collapse;
248 }
251 }
249
252
250 table.listTableContent td {
253 table.listTableContent td {
251 padding:2px;
254 padding:2px;
252 }
255 }
253
256
254 tr.ListHead {
257 tr.ListHead {
255 background-color:#467aa7;
258 background-color:#467aa7;
256 color:#FFFFFF;
259 color:#FFFFFF;
257 text-align:center;
260 text-align:center;
258 }
261 }
259
262
260 tr.ListHead a {
263 tr.ListHead a {
261 color:#FFFFFF;
264 color:#FFFFFF;
262 text-decoration:underline;
265 text-decoration:underline;
263 }
266 }
264
267
265 .odd {
268 .odd {
266 background-color:#f0f1f2;
269 background-color:#f0f1f2;
267 }
270 }
268 .even {
271 .even {
269 background-color: #fff;
272 background-color: #fff;
270 }
273 }
271
274
272 table.reportTableContent {
275 table.reportTableContent {
273 border:1px solid #c0c0c0;
276 border:1px solid #c0c0c0;
274 width:99%;
277 width:99%;
275 border-collapse: collapse;
278 border-collapse: collapse;
276 }
279 }
277
280
278 table.reportTableContent td {
281 table.reportTableContent td {
279 padding:2px;
282 padding:2px;
280 }
283 }
281
284
282 table.calenderTable {
285 table.calenderTable {
283 border:1px solid #578bb8;
286 border:1px solid #578bb8;
284 width:99%;
287 width:99%;
285 border-collapse: collapse;
288 border-collapse: collapse;
286 }
289 }
287
290
288 table.calenderTable td {
291 table.calenderTable td {
289 border:1px solid #578bb8;
292 border:1px solid #578bb8;
290 }
293 }
291
294
292 hr { border:none; border-bottom: dotted 2px #c0c0c0; }
295 hr { border:none; border-bottom: dotted 2px #c0c0c0; }
293
296
294
297
295 /**************** Sidebar styles ****************/
298 /**************** Sidebar styles ****************/
296
299
297 #subcontent{
300 #subcontent{
298 position: absolute;
301 position: absolute;
299 left: 0px;
302 left: 0px;
300 width:110px;
303 width:110px;
301 padding:20px 20px 10px 5px;
304 padding:20px 20px 10px 5px;
302 }
305 }
303
306
304 #subcontent h2{
307 #subcontent h2{
305 display:block;
308 display:block;
306 margin:0 0 5px 0;
309 margin:0 0 5px 0;
307 font-size:1.0em;
310 font-size:1.0em;
308 font-weight:bold;
311 font-weight:bold;
309 text-align:left;
312 text-align:left;
310 letter-spacing:-1px;
311 color:#606060;
313 color:#606060;
312 background-color:inherit;
314 background-color:inherit;
315 font-family: Trebuchet MS,Georgia,"Times New Roman",serif;
313 }
316 }
314
317
315 #subcontent p{margin:0 0 16px 0; font-size:0.9em;}
318 #subcontent p{margin:0 0 16px 0; font-size:0.9em;}
316
319
317 /**************** Menublock styles ****************/
320 /**************** Menublock styles ****************/
318
321
319 .menublock{margin:0 0 20px 8px; font-size:0.8em;}
322 .menublock{margin:0 0 20px 8px; font-size:0.8em;}
320 .menublock li{list-style:none; display:block; padding:1px; margin-bottom:0px;}
323 .menublock li{list-style:none; display:block; padding:1px; margin-bottom:0px;}
321 .menublock li a{font-weight:bold; text-decoration:none;}
324 .menublock li a{font-weight:bold; text-decoration:none;}
322 .menublock li a:hover{text-decoration:none;}
325 .menublock li a:hover{text-decoration:none;}
323 .menublock li ul{margin:0; font-size:1em; font-weight:normal;}
326 .menublock li ul{margin:0; font-size:1em; font-weight:normal;}
324 .menublock li ul li{margin-bottom:0;}
327 .menublock li ul li{margin-bottom:0;}
325 .menublock li ul a{font-weight:normal;}
328 .menublock li ul a{font-weight:normal;}
326
329
327 /**************** Searchbar styles ****************/
330 /**************** Searchbar styles ****************/
328
331
329 #searchbar{margin:0 0 20px 0;}
332 #searchbar{margin:0 0 20px 0;}
330 #searchbar form fieldset{margin-left:10px; border:0 solid;}
333 #searchbar form fieldset{margin-left:10px; border:0 solid;}
331
334
332 #searchbar #s{
335 #searchbar #s{
333 height:1.2em;
336 height:1.2em;
334 width:110px;
337 width:110px;
335 margin:0 5px 0 0;
338 margin:0 5px 0 0;
336 border:1px solid #a0a0a0;
339 border:1px solid #a0a0a0;
337 }
340 }
338
341
339 #searchbar #searchbutton{
342 #searchbar #searchbutton{
340 width:auto;
343 width:auto;
341 padding:0 1px;
344 padding:0 1px;
342 border:1px solid #808080;
345 border:1px solid #808080;
343 font-size:0.9em;
346 font-size:0.9em;
344 text-align:center;
347 text-align:center;
345 }
348 }
346
349
347 /**************** Footer styles ****************/
350 /**************** Footer styles ****************/
348
351
349 #footer{
352 #footer{
350 clear:both;
353 clear:both;
351 /*width:758px;*/
354 /*width:758px;*/
352 padding:5px 0;
355 padding:5px 0;
353 margin:0;
356 margin:0;
354 font-size:0.9em;
357 font-size:0.9em;
355 color:#f0f0f0;
358 color:#f0f0f0;
356 background:#467aa7;
359 background:#467aa7;
357 }
360 }
358
361
359 #footer p{padding:0; margin:0; text-align:center;}
362 #footer p{padding:0; margin:0; text-align:center;}
360 #footer a{color:#f0f0f0; background-color:inherit; font-weight:bold;}
363 #footer a{color:#f0f0f0; background-color:inherit; font-weight:bold;}
361 #footer a:hover{color:#ffffff; background-color:inherit; text-decoration: underline;}
364 #footer a:hover{color:#ffffff; background-color:inherit; text-decoration: underline;}
362
365
363 /**************** Misc classes and styles ****************/
366 /**************** Misc classes and styles ****************/
364
367
365 .splitcontentleft{float:left; width:49%;}
368 .splitcontentleft{float:left; width:49%;}
366 .splitcontentright{float:right; width:49%;}
369 .splitcontentright{float:right; width:49%;}
367 .clear{clear:both;}
370 .clear{clear:both;}
368 .small{font-size:0.8em;line-height:1.4em;padding:0 0 0 0;}
371 .small{font-size:0.8em;line-height:1.4em;padding:0 0 0 0;}
369 .hide{display:none;}
372 .hide{display:none;}
370 .textcenter{text-align:center;}
373 .textcenter{text-align:center;}
371 .textright{text-align:right;}
374 .textright{text-align:right;}
372 .important{color:#f02025; background-color:inherit; font-weight:bold;}
375 .important{color:#f02025; background-color:inherit; font-weight:bold;}
373
376
374 .box{
377 .box{
375 margin:0 0 20px 0;
378 margin:0 0 20px 0;
376 padding:10px;
379 padding:10px;
377 border:1px solid #c0c0c0;
380 border:1px solid #c0c0c0;
378 background-color:#fafbfc;
381 background-color:#fafbfc;
379 color:#505050;
382 color:#505050;
380 line-height:1.5em;
383 line-height:1.5em;
381 }
384 }
382
385
383 .rightbox{
386 .rightbox{
384 background: #fafbfc;
387 background: #fafbfc;
385 border: 1px solid #c0c0c0;
388 border: 1px solid #c0c0c0;
386 float: right;
389 float: right;
387 padding: 8px;
390 padding: 8px;
388 position: relative;
391 position: relative;
389 margin: 0 5px 5px;
392 margin: 0 5px 5px;
390 }
393 }
391
394
392 .topright{
395 .topright{
393 position: absolute;
396 position: absolute;
394 right: 25px;
397 right: 25px;
395 top: 100px;
398 top: 100px;
396 }
399 }
397
400
398 .login {
401 .login {
399 width: 50%;
402 width: 50%;
400 text-align: left;
403 text-align: left;
401 }
404 }
402
405
403 img.calendar-trigger {
406 img.calendar-trigger {
404 cursor: pointer;
407 cursor: pointer;
405 vertical-align: middle;
408 vertical-align: middle;
406 margin-left: 4px;
409 margin-left: 4px;
407 }
410 }
408
411
409
412
410 /***** CSS FORM ******/
413 /***** CSS FORM ******/
411 .tabular p{
414 .tabular p{
412 margin: 0;
415 margin: 0;
413 padding: 5px 0 8px 0;
416 padding: 5px 0 8px 0;
414 padding-left: 180px; /*width of left column containing the label elements*/
417 padding-left: 180px; /*width of left column containing the label elements*/
415 height: 1%;
418 height: 1%;
416 }
419 }
417
420
418 .tabular label{
421 .tabular label{
419 font-weight: bold;
422 font-weight: bold;
420 float: left;
423 float: left;
421 margin-left: -180px; /*width of left column*/
424 margin-left: -180px; /*width of left column*/
422 width: 175px; /*width of labels. Should be smaller than left column to create some right
425 width: 175px; /*width of labels. Should be smaller than left column to create some right
423 margin*/
426 margin*/
424 }
427 }
425
428
426 .error {
429 .error {
427 color: #cc0000;
430 color: #cc0000;
428 }
431 }
429
432
430
433
431 /*.threepxfix class below:
434 /*.threepxfix class below:
432 Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
435 Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
433 to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
436 to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
434 */
437 */
435
438
436 * html .threepxfix{
439 * html .threepxfix{
437 margin-left: 3px;
440 margin-left: 3px;
438 } No newline at end of file
441 }
General Comments 0
You need to be logged in to leave comments. Login now