Ticket #1267: lighttpd_index_font_size.patch
| File lighttpd_index_font_size.patch, 0.7 kB (added by xxv, 1 year ago) |
|---|
-
src/mod_dirlisting.c
old new 462 462 "h2 {margin-bottom: 12px;}\n" 463 463 "table {margin-left: 12px;}\n" 464 464 "th, td {" 465 " font-family: \"Courier New\", Courier, monospace;" 466 " font-size: 10pt;" 465 " font: 90% monospace;" 467 466 " text-align: left;" 468 467 "}\n" 469 468 "th {" … … 483 482 " padding-bottom: 14px;" 484 483 "}\n" 485 484 "div.foot {" 486 " font-family: \"Courier New\", Courier, monospace;" 487 " font-size: 10pt;" 485 " font: 90% monospace;" 488 486 " color: #787878;" 489 487 " padding-top: 4px;" 490 488 "}\n"

