303
304
305
306
307
308
309
310
311
312
313
314
315
316
|
font-feature-settings: "smcp" on, "liga" on, "clig" on, "dlig" on, "kern" on, "onum" on, "pnum" on;
color: #888;
}
footer.article-info::before {
content: "☞\00a0";
}
p.time::before {
content: none;
}
p.time {
font-size: ◊x-lineheight[0.75];
|
>
>
>
>
>
|
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
|
font-feature-settings: "smcp" on, "liga" on, "clig" on, "dlig" on, "kern" on, "onum" on, "pnum" on;
color: #888;
}
footer.article-info::before {
content: "☞\00a0";
}
/* Within article info, don’t display series info when on a series page (redundant) */
body.series-page .series-part {
display: none;
}
p.time::before {
content: none;
}
p.time {
font-size: ◊x-lineheight[0.75];
|