##// END OF EJS Templates
css: drop -moz-border-radius and -moz-box-shadow...
Mads Kiilerich -
r3432:cc337324 beta
parent child Browse files
Show More
@@ -160,56 +160,48 div.options a {
160 .top-left-rounded-corner {
160 .top-left-rounded-corner {
161 -webkit-border-top-left-radius: 8px;
161 -webkit-border-top-left-radius: 8px;
162 -khtml-border-radius-topleft: 8px;
162 -khtml-border-radius-topleft: 8px;
163 -moz-border-radius-topleft: 8px;
164 border-top-left-radius: 8px;
163 border-top-left-radius: 8px;
165 }
164 }
166
165
167 .top-right-rounded-corner {
166 .top-right-rounded-corner {
168 -webkit-border-top-right-radius: 8px;
167 -webkit-border-top-right-radius: 8px;
169 -khtml-border-radius-topright: 8px;
168 -khtml-border-radius-topright: 8px;
170 -moz-border-radius-topright: 8px;
171 border-top-right-radius: 8px;
169 border-top-right-radius: 8px;
172 }
170 }
173
171
174 .bottom-left-rounded-corner {
172 .bottom-left-rounded-corner {
175 -webkit-border-bottom-left-radius: 8px;
173 -webkit-border-bottom-left-radius: 8px;
176 -khtml-border-radius-bottomleft: 8px;
174 -khtml-border-radius-bottomleft: 8px;
177 -moz-border-radius-bottomleft: 8px;
178 border-bottom-left-radius: 8px;
175 border-bottom-left-radius: 8px;
179 }
176 }
180
177
181 .bottom-right-rounded-corner {
178 .bottom-right-rounded-corner {
182 -webkit-border-bottom-right-radius: 8px;
179 -webkit-border-bottom-right-radius: 8px;
183 -khtml-border-radius-bottomright: 8px;
180 -khtml-border-radius-bottomright: 8px;
184 -moz-border-radius-bottomright: 8px;
185 border-bottom-right-radius: 8px;
181 border-bottom-right-radius: 8px;
186 }
182 }
187
183
188 .top-left-rounded-corner-mid {
184 .top-left-rounded-corner-mid {
189 -webkit-border-top-left-radius: 4px;
185 -webkit-border-top-left-radius: 4px;
190 -khtml-border-radius-topleft: 4px;
186 -khtml-border-radius-topleft: 4px;
191 -moz-border-radius-topleft: 4px;
192 border-top-left-radius: 4px;
187 border-top-left-radius: 4px;
193 }
188 }
194
189
195 .top-right-rounded-corner-mid {
190 .top-right-rounded-corner-mid {
196 -webkit-border-top-right-radius: 4px;
191 -webkit-border-top-right-radius: 4px;
197 -khtml-border-radius-topright: 4px;
192 -khtml-border-radius-topright: 4px;
198 -moz-border-radius-topright: 4px;
199 border-top-right-radius: 4px;
193 border-top-right-radius: 4px;
200 }
194 }
201
195
202 .bottom-left-rounded-corner-mid {
196 .bottom-left-rounded-corner-mid {
203 -webkit-border-bottom-left-radius: 4px;
197 -webkit-border-bottom-left-radius: 4px;
204 -khtml-border-radius-bottomleft: 4px;
198 -khtml-border-radius-bottomleft: 4px;
205 -moz-border-radius-bottomleft: 4px;
206 border-bottom-left-radius: 4px;
199 border-bottom-left-radius: 4px;
207 }
200 }
208
201
209 .bottom-right-rounded-corner-mid {
202 .bottom-right-rounded-corner-mid {
210 -webkit-border-bottom-right-radius: 4px;
203 -webkit-border-bottom-right-radius: 4px;
211 -khtml-border-radius-bottomright: 4px;
204 -khtml-border-radius-bottomright: 4px;
212 -moz-border-radius-bottomright: 4px;
213 border-bottom-right-radius: 4px;
205 border-bottom-right-radius: 4px;
214 }
206 }
215
207
@@ -248,7 +240,6 div:hover > a.permalink {
248 margin-bottom: 5px !important;
240 margin-bottom: 5px !important;
249 -webkit-border-radius: 0px 0px 8px 8px;
241 -webkit-border-radius: 0px 0px 8px 8px;
250 -khtml-border-radius: 0px 0px 8px 8px;
242 -khtml-border-radius: 0px 0px 8px 8px;
251 -moz-border-radius: 0px 0px 8px 8px;
252 border-radius: 0px 0px 8px 8px;
243 border-radius: 0px 0px 8px 8px;
253 height: 37px;
244 height: 37px;
254 background-color: #003B76;
245 background-color: #003B76;
@@ -317,7 +308,6 div:hover > a.permalink {
317 width: 100% !important;
308 width: 100% !important;
318 -webkit-border-radius: 0px 0px 4px 4px;
309 -webkit-border-radius: 0px 0px 4px 4px;
319 -khtml-border-radius: 0px 0px 4px 4px;
310 -khtml-border-radius: 0px 0px 4px 4px;
320 -moz-border-radius: 0px 0px 4px 4px;
321 border-radius: 0px 0px 4px 4px;
311 border-radius: 0px 0px 4px 4px;
322 }
312 }
323
313
@@ -348,14 +338,12 div:hover > a.permalink {
348 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
338 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
349 -webkit-border-radius: 0px 0px 4px 4px;
339 -webkit-border-radius: 0px 0px 4px 4px;
350 -khtml-border-radius: 0px 0px 4px 4px;
340 -khtml-border-radius: 0px 0px 4px 4px;
351 -moz-border-radius: 0px 0px 4px 4px;
352 border-radius: 0px 0px 4px 4px;
341 border-radius: 0px 0px 4px 4px;
353 }
342 }
354 #header #header-inner.hover {
343 #header #header-inner.hover {
355 width: 100% !important;
344 width: 100% !important;
356 -webkit-border-radius: 0px 0px 0px 0px;
345 -webkit-border-radius: 0px 0px 0px 0px;
357 -khtml-border-radius: 0px 0px 0px 0px;
346 -khtml-border-radius: 0px 0px 0px 0px;
358 -moz-border-radius: 0px 0px 0px 0px;
359 border-radius: 0px 0px 0px 0px;
347 border-radius: 0px 0px 0px 0px;
360 position: fixed !important;
348 position: fixed !important;
361 z-index: 10000;
349 z-index: 10000;
@@ -438,7 +426,6 div:hover > a.permalink {
438 padding: 0;
426 padding: 0;
439 -webkit-border-radius: 4px 4px 4px 4px;
427 -webkit-border-radius: 4px 4px 4px 4px;
440 -khtml-border-radius: 4px 4px 4px 4px;
428 -khtml-border-radius: 4px 4px 4px 4px;
441 -moz-border-radius: 4px 4px 4px 4px;
442 border-radius: 4px 4px 4px 4px;
429 border-radius: 4px 4px 4px 4px;
443 }
430 }
444
431
@@ -1095,7 +1082,6 tbody .yui-dt-editable { cursor: pointer
1095 padding: 0 0 10px;
1082 padding: 0 0 10px;
1096 -webkit-border-radius: 4px 4px 4px 4px;
1083 -webkit-border-radius: 4px 4px 4px 4px;
1097 -khtml-border-radius: 4px 4px 4px 4px;
1084 -khtml-border-radius: 4px 4px 4px 4px;
1098 -moz-border-radius: 4px 4px 4px 4px;
1099 border-radius: 4px 4px 4px 4px;
1085 border-radius: 4px 4px 4px 4px;
1100 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
1086 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
1101 }
1087 }
@@ -1622,7 +1608,6 div.form div.fields div.field div.button
1622 padding: 0;
1608 padding: 0;
1623 border: 1px solid #eee;
1609 border: 1px solid #eee;
1624 -webkit-border-radius: 4px;
1610 -webkit-border-radius: 4px;
1625 -moz-border-radius: 4px;
1626 border-radius: 4px;
1611 border-radius: 4px;
1627 }
1612 }
1628
1613
@@ -1889,7 +1874,6 div.form div.fields div.field div.button
1889 margin-right: 1px;
1874 margin-right: 1px;
1890 -webkit-border-radius: 4px 4px 4px 4px;
1875 -webkit-border-radius: 4px 4px 4px 4px;
1891 -khtml-border-radius: 4px 4px 4px 4px;
1876 -khtml-border-radius: 4px 4px 4px 4px;
1892 -moz-border-radius: 4px 4px 4px 4px;
1893 border-radius: 4px 4px 4px 4px;
1877 border-radius: 4px 4px 4px 4px;
1894
1878
1895 border: solid 1px #9CF;
1879 border: solid 1px #9CF;
@@ -1972,7 +1956,6 a.metatag[tag="license"]:hover {
1972 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
1956 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
1973 -webkit-border-radius: 4px 4px 4px 4px;
1957 -webkit-border-radius: 4px 4px 4px 4px;
1974 -khtml-border-radius: 4px 4px 4px 4px;
1958 -khtml-border-radius: 4px 4px 4px 4px;
1975 -moz-border-radius: 4px 4px 4px 4px;
1976 border-radius: 4px 4px 4px 4px;
1959 border-radius: 4px 4px 4px 4px;
1977 }
1960 }
1978
1961
@@ -2093,7 +2076,6 a.metatag[tag="license"]:hover {
2093 z-index: 999;
2076 z-index: 999;
2094 -webkit-border-radius: 0px 0px 4px 4px;
2077 -webkit-border-radius: 0px 0px 4px 4px;
2095 -khtml-border-radius: 0px 0px 4px 4px;
2078 -khtml-border-radius: 0px 0px 4px 4px;
2096 -moz-border-radius: 0px 0px 4px 4px;
2097 border-radius: 0px 0px 4px 4px;
2079 border-radius: 0px 0px 4px 4px;
2098 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
2080 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
2099 }
2081 }
@@ -2720,7 +2702,6 h3.files_location {
2720 color: #444444;
2702 color: #444444;
2721 background: #FEA;
2703 background: #FEA;
2722 -webkit-border-radius: 0px 0px 0px 6px;
2704 -webkit-border-radius: 0px 0px 0px 6px;
2723 -moz-border-radius: 0px 0px 0px 6px;
2724 border-radius: 0px 0px 0px 6px;
2705 border-radius: 0px 0px 0px 6px;
2725 padding: 1px;
2706 padding: 1px;
2726 }
2707 }
@@ -2755,7 +2736,6 h3.files_location {
2755 text-transform: uppercase;
2736 text-transform: uppercase;
2756 white-space: nowrap;
2737 white-space: nowrap;
2757 -webkit-border-radius: 3px;
2738 -webkit-border-radius: 3px;
2758 -moz-border-radius: 3px;
2759 border-radius: 3px;
2739 border-radius: 3px;
2760 margin-right: 2px;
2740 margin-right: 2px;
2761 }
2741 }
@@ -2781,7 +2761,6 h3.files_location {
2781 color: #ffffff;
2761 color: #ffffff;
2782 white-space: nowrap;
2762 white-space: nowrap;
2783 -webkit-border-radius: 3px;
2763 -webkit-border-radius: 3px;
2784 -moz-border-radius: 3px;
2785 border-radius: 3px;
2764 border-radius: 3px;
2786 }
2765 }
2787 .right .logtags .branchtag a:hover, .logtags .branchtag a {
2766 .right .logtags .branchtag a:hover, .logtags .branchtag a {
@@ -2799,7 +2778,6 h3.files_location {
2799 color: #ffffff;
2778 color: #ffffff;
2800 white-space: nowrap;
2779 white-space: nowrap;
2801 -webkit-border-radius: 3px;
2780 -webkit-border-radius: 3px;
2802 -moz-border-radius: 3px;
2803 border-radius: 3px;
2781 border-radius: 3px;
2804 }
2782 }
2805 .right .logtags .tagtag a:hover, .logtags .tagtag a {
2783 .right .logtags .tagtag a:hover, .logtags .tagtag a {
@@ -2818,7 +2796,6 h3.files_location {
2818 text-transform: uppercase;
2796 text-transform: uppercase;
2819 white-space: nowrap;
2797 white-space: nowrap;
2820 -webkit-border-radius: 3px;
2798 -webkit-border-radius: 3px;
2821 -moz-border-radius: 3px;
2822 border-radius: 3px;
2799 border-radius: 3px;
2823 }
2800 }
2824 .right .logbooks .bookbook, .logbooks .bookbook a, .right .logtags .bookbook, .logtags .bookbook a {
2801 .right .logbooks .bookbook, .logbooks .bookbook a, .right .logtags .bookbook, .logtags .bookbook a {
@@ -2836,7 +2813,6 div.browserblock {
2836 line-height: 125%;
2813 line-height: 125%;
2837 padding: 0;
2814 padding: 0;
2838 -webkit-border-radius: 6px 6px 0px 0px;
2815 -webkit-border-radius: 6px 6px 0px 0px;
2839 -moz-border-radius: 6px 6px 0px 0px;
2840 border-radius: 6px 6px 0px 0px;
2816 border-radius: 6px 6px 0px 0px;
2841 }
2817 }
2842
2818
@@ -3055,10 +3031,8 table.code-browser .submodule-dir {
3055 white-space: pre-wrap;
3031 white-space: pre-wrap;
3056 -webkit-border-radius: 8px 8px 8px 8px;
3032 -webkit-border-radius: 8px 8px 8px 8px;
3057 -khtml-border-radius: 8px 8px 8px 8px;
3033 -khtml-border-radius: 8px 8px 8px 8px;
3058 -moz-border-radius: 8px 8px 8px 8px;
3059 border-radius: 8px 8px 8px 8px;
3034 border-radius: 8px 8px 8px 8px;
3060 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
3035 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
3061 -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
3062 -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
3036 -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
3063 }
3037 }
3064
3038
@@ -3075,7 +3049,6 table.code-browser .submodule-dir {
3075 white-space: pre-wrap;
3049 white-space: pre-wrap;
3076 -webkit-border-radius: 8px 8px 8px 8px;
3050 -webkit-border-radius: 8px 8px 8px 8px;
3077 -khtml-border-radius: 8px 8px 8px 8px;
3051 -khtml-border-radius: 8px 8px 8px 8px;
3078 -moz-border-radius: 8px 8px 8px 8px;
3079 border-radius: 8px 8px 8px 8px;
3052 border-radius: 8px 8px 8px 8px;
3080 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
3053 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
3081 }
3054 }
@@ -3432,10 +3405,8 table.code-browser .submodule-dir {
3432 border-width: 1px;
3405 border-width: 1px;
3433 border-style: solid;
3406 border-style: solid;
3434 -webkit-border-radius: 4px;
3407 -webkit-border-radius: 4px;
3435 -moz-border-radius: 4px;
3436 border-radius: 4px;
3408 border-radius: 4px;
3437 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
3409 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
3438 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
3439 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
3410 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
3440 }
3411 }
3441
3412
@@ -3483,14 +3454,12 div.gravatar {
3483 line-height:0;
3454 line-height:0;
3484 -webkit-border-radius: 3px;
3455 -webkit-border-radius: 3px;
3485 -khtml-border-radius: 3px;
3456 -khtml-border-radius: 3px;
3486 -moz-border-radius: 3px;
3487 border-radius: 3px;
3457 border-radius: 3px;
3488 }
3458 }
3489
3459
3490 div.gravatar img {
3460 div.gravatar img {
3491 -webkit-border-radius: 2px;
3461 -webkit-border-radius: 2px;
3492 -khtml-border-radius: 2px;
3462 -khtml-border-radius: 2px;
3493 -moz-border-radius: 2px;
3494 border-radius: 2px;
3463 border-radius: 2px;
3495 }
3464 }
3496
3465
@@ -3538,7 +3507,6 div.gravatar img {
3538 margin: 0px 3px 3px 0px;
3507 margin: 0px 3px 3px 0px;
3539 -webkit-border-radius: 4px 4px 4px 4px !important;
3508 -webkit-border-radius: 4px 4px 4px 4px !important;
3540 -khtml-border-radius: 4px 4px 4px 4px !important;
3509 -khtml-border-radius: 4px 4px 4px 4px !important;
3541 -moz-border-radius: 4px 4px 4px 4px !important;
3542 border-radius: 4px 4px 4px 4px !important;
3510 border-radius: 4px 4px 4px 4px !important;
3543 cursor: pointer !important;
3511 cursor: pointer !important;
3544 padding: 3px 3px 3px 3px;
3512 padding: 3px 3px 3px 3px;
@@ -3563,7 +3531,6 div.gravatar img {
3563 margin: 0px 0px 3px -4px;
3531 margin: 0px 0px 3px -4px;
3564 -webkit-border-radius: 0px 4px 4px 0px !important;
3532 -webkit-border-radius: 0px 4px 4px 0px !important;
3565 -khtml-border-radius: 0px 4px 4px 0px !important;
3533 -khtml-border-radius: 0px 4px 4px 0px !important;
3566 -moz-border-radius: 0px 4px 4px 0px !important;
3567 border-radius: 0px 4px 4px 0px !important;
3534 border-radius: 0px 4px 4px 0px !important;
3568 width: 100px;
3535 width: 100px;
3569 text-align: center;
3536 text-align: center;
@@ -3804,7 +3771,6 input.ui-button {
3804 padding: 6px 12px;
3771 padding: 6px 12px;
3805 -webkit-border-radius: 4px 4px 4px 4px;
3772 -webkit-border-radius: 4px 4px 4px 4px;
3806 -khtml-border-radius: 4px 4px 4px 4px;
3773 -khtml-border-radius: 4px 4px 4px 4px;
3807 -moz-border-radius: 4px 4px 4px 4px;
3808 border-radius: 4px 4px 4px 4px;
3774 border-radius: 4px 4px 4px 4px;
3809 box-shadow: 0 1px 0 #ececec;
3775 box-shadow: 0 1px 0 #ececec;
3810 cursor: pointer;
3776 cursor: pointer;
@@ -3982,7 +3948,6 div#legend_container table td, div#legen
3982 .q_filter_box {
3948 .q_filter_box {
3983 -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset;
3949 -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset;
3984 -webkit-border-radius: 4px;
3950 -webkit-border-radius: 4px;
3985 -moz-border-radius: 4px;
3986 border-radius: 4px;
3951 border-radius: 4px;
3987 border: 0 none;
3952 border: 0 none;
3988 color: #AAAAAA;
3953 color: #AAAAAA;
@@ -4132,7 +4097,6 div.readme .readme_box pre {
4132 overflow: auto;
4097 overflow: auto;
4133 -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset;
4098 -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset;
4134 -webkit-border-radius: 3px;
4099 -webkit-border-radius: 3px;
4135 -moz-border-radius: 3px;
4136 border-radius: 3px;
4100 border-radius: 3px;
4137 }
4101 }
4138
4102
@@ -4234,7 +4198,6 div.rst-block pre {
4234 overflow: auto;
4198 overflow: auto;
4235 -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset;
4199 -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset;
4236 -webkit-border-radius: 3px;
4200 -webkit-border-radius: 3px;
4237 -moz-border-radius: 3px;
4238 border-radius: 3px;
4201 border-radius: 3px;
4239 }
4202 }
4240
4203
@@ -4248,7 +4211,6 div.rst-block pre {
4248 border: 1px solid #ddd;
4211 border: 1px solid #ddd;
4249 margin-top: 10px;
4212 margin-top: 10px;
4250 -webkit-border-radius: 4px;
4213 -webkit-border-radius: 4px;
4251 -moz-border-radius: 4px;
4252 border-radius: 4px;
4214 border-radius: 4px;
4253 }
4215 }
4254
4216
@@ -4298,7 +4260,6 div.rst-block pre {
4298 .comment-form .clearfix {
4260 .comment-form .clearfix {
4299 background: #EEE;
4261 background: #EEE;
4300 -webkit-border-radius: 4px;
4262 -webkit-border-radius: 4px;
4301 -moz-border-radius: 4px;
4302 border-radius: 4px;
4263 border-radius: 4px;
4303 padding: 10px;
4264 padding: 10px;
4304 }
4265 }
@@ -4384,7 +4345,6 form.comment-form {
4384 .comment-inline-form .clearfix {
4345 .comment-inline-form .clearfix {
4385 background: #EEE;
4346 background: #EEE;
4386 -webkit-border-radius: 4px;
4347 -webkit-border-radius: 4px;
4387 -moz-border-radius: 4px;
4388 border-radius: 4px;
4348 border-radius: 4px;
4389 padding: 5px;
4349 padding: 5px;
4390 }
4350 }
@@ -4461,7 +4421,6 form.comment-inline-form {
4461 .inline-comments .comment {
4421 .inline-comments .comment {
4462 border: 1px solid #ddd;
4422 border: 1px solid #ddd;
4463 -webkit-border-radius: 4px;
4423 -webkit-border-radius: 4px;
4464 -moz-border-radius: 4px;
4465 border-radius: 4px;
4424 border-radius: 4px;
4466 margin: 3px 3px 5px 5px;
4425 margin: 3px 3px 5px 5px;
4467 background-color: #FAFAFA;
4426 background-color: #FAFAFA;
@@ -4528,7 +4487,6 form.comment-inline-form {
4528 background-color: #DEDEDE !important;
4487 background-color: #DEDEDE !important;
4529 border-radius: 4px !important;
4488 border-radius: 4px !important;
4530 -webkit-border-radius: 4px !important;
4489 -webkit-border-radius: 4px !important;
4531 -moz-border-radius: 4px !important;
4532 }
4490 }
4533
4491
4534 .notification-header {
4492 .notification-header {
@@ -4553,7 +4511,6 form.comment-inline-form {
4553 .notification-table {
4511 .notification-table {
4554 border: 1px solid #ccc;
4512 border: 1px solid #ccc;
4555 -webkit-border-radius: 6px 6px 6px 6px;
4513 -webkit-border-radius: 6px 6px 6px 6px;
4556 -moz-border-radius: 6px 6px 6px 6px;
4557 border-radius: 6px 6px 6px 6px;
4514 border-radius: 6px 6px 6px 6px;
4558 clear: both;
4515 clear: both;
4559 margin: 0px 20px 0px 20px;
4516 margin: 0px 20px 0px 20px;
@@ -4604,7 +4561,6 PULL REQUESTS
4604 text-transform: uppercase;
4561 text-transform: uppercase;
4605 white-space: nowrap;
4562 white-space: nowrap;
4606 -webkit-border-radius: 3px;
4563 -webkit-border-radius: 3px;
4607 -moz-border-radius: 3px;
4608 border-radius: 3px;
4564 border-radius: 3px;
4609 }
4565 }
4610
4566
@@ -4671,7 +4627,6 div.diffblock {
4671 /* new */
4627 /* new */
4672 line-height: 125%;
4628 line-height: 125%;
4673 -webkit-border-radius: 6px 6px 0px 0px;
4629 -webkit-border-radius: 6px 6px 0px 0px;
4674 -moz-border-radius: 6px 6px 0px 0px;
4675 border-radius: 6px 6px 0px 0px;
4630 border-radius: 6px 6px 0px 0px;
4676 }
4631 }
4677 div.diffblock.margined {
4632 div.diffblock.margined {
General Comments 0
You need to be logged in to leave comments. Login now