- backported fix from trunk

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1900 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.4.17
Marcus Rückert 16 years ago
parent 5504501699
commit dac6d449dd

@ -3,6 +3,9 @@
NEWS
====
- 1.4.17 -
* fixed hardcoded font-sizes in mod_dirlisting (#1267)
- 1.4.16 -
* added static-file.etags, etag.use-inode, etag.use-mtime, etag.use-size

@ -467,8 +467,7 @@ static void http_list_directory_header(server *srv, connection *con, plugin_data
"h2 {margin-bottom: 12px;}\n"
"table {margin-left: 12px;}\n"
"th, td {"
" font-family: \"Courier New\", Courier, monospace;"
" font-size: 10pt;"
" font: 90% monospace;"
" text-align: left;"
"}\n"
"th {"
@ -488,8 +487,7 @@ static void http_list_directory_header(server *srv, connection *con, plugin_data
" padding-bottom: 14px;"
"}\n"
"div.foot {"
" font-family: \"Courier New\", Courier, monospace;"
" font-size: 10pt;"
" font: 90% monospace;"
" color: #787878;"
" padding-top: 4px;"
"}\n"

Loading…
Cancel
Save