File tree 2 files changed +4
-6
lines changed
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -217,16 +217,15 @@ textarea {
217
217
/* ==========================================================================
218
218
Print styles.
219
219
Inlined to avoid the additional HTTP request:
220
- http ://www.phpied.com/delay-loading-your-print-css/
220
+ https ://www.phpied.com/delay-loading-your-print-css/
221
221
========================================================================== */
222
222
223
223
@media print {
224
224
* ,
225
225
* : before ,
226
226
* : after {
227
227
background : transparent !important ;
228
- color : # 000 !important ; /* Black prints faster:
229
- http://www.sanbeiji.com/archives/953 */
228
+ color : # 000 !important ; /* Black prints faster */
230
229
-webkit-box-shadow : none !important ;
231
230
box-shadow : none !important ;
232
231
text-shadow : none !important ;
Original file line number Diff line number Diff line change @@ -207,16 +207,15 @@ textarea {
207
207
/* ==========================================================================
208
208
Print styles.
209
209
Inlined to avoid the additional HTTP request:
210
- http ://www.phpied.com/delay-loading-your-print-css/
210
+ https ://www.phpied.com/delay-loading-your-print-css/
211
211
========================================================================== */
212
212
213
213
@media print {
214
214
* ,
215
215
* : before ,
216
216
* : after {
217
217
background : transparent !important ;
218
- color : # 000 !important ; /* Black prints faster:
219
- http://www.sanbeiji.com/archives/953 */
218
+ color : # 000 !important ; /* Black prints faster */
220
219
box-shadow : none !important ;
221
220
text-shadow : none !important ;
222
221
}
You can’t perform that action at this time.
0 commit comments