Changeset 1897
- Timestamp:
- 08/13/2007 09:49:48 AM (1 year ago)
- Files:
-
- trunk/NEWS (modified) (1 diff)
- trunk/src/mod_dirlisting.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/NEWS
r1896 r1897 12 12 * fixed the out-of-fd support 13 13 * fixed crash in mod_expire if 'modification' is used and stat() failed (#1063) 14 * fixed hardcoded font-sizes in mod_dirlisting (#1267) 14 15 15 16 - 1.4.14 - ??? trunk/src/mod_dirlisting.c
r1653 r1897 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" … … 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;"

