Skip to content

Commit 86df1ea

Browse files
coliffroblarsen
authored andcommitted
Minor CSS comments update (#2019)
1 parent 1359bb9 commit 86df1ea

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

dist/css/main.css

+2-3
Original file line numberDiff line numberDiff line change
@@ -217,16 +217,15 @@ textarea {
217217
/* ==========================================================================
218218
Print styles.
219219
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/
221221
========================================================================== */
222222

223223
@media print {
224224
*,
225225
*:before,
226226
*:after {
227227
background: transparent !important;
228-
color: #000 !important; /* Black prints faster:
229-
http://www.sanbeiji.com/archives/953 */
228+
color: #000 !important; /* Black prints faster */
230229
-webkit-box-shadow: none !important;
231230
box-shadow: none !important;
232231
text-shadow: none !important;

src/css/main.css

+2-3
Original file line numberDiff line numberDiff line change
@@ -207,16 +207,15 @@ textarea {
207207
/* ==========================================================================
208208
Print styles.
209209
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/
211211
========================================================================== */
212212

213213
@media print {
214214
*,
215215
*:before,
216216
*:after {
217217
background: transparent !important;
218-
color: #000 !important; /* Black prints faster:
219-
http://www.sanbeiji.com/archives/953 */
218+
color: #000 !important; /* Black prints faster */
220219
box-shadow: none !important;
221220
text-shadow: none !important;
222221
}

0 commit comments

Comments
 (0)