fix table css for easy of embeding
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@633 152afb58-edef-0310-8abb-c4023f1b3aa9svn/tags/lighttpd-1.4.2
parent
0212534554
commit
1f00903dd2
|
@ -213,7 +213,7 @@ static handler_t mod_status_handle_server_status_html(server *srv, connection *c
|
|||
|
||||
BUFFER_APPEND_STRING_CONST(b,
|
||||
" <style type=\"text/css\">\n"
|
||||
" table { border: black solid thin; }\n"
|
||||
" table.status { border: black solid thin; }\n"
|
||||
" td.int { background-color: #f0f0f0; text-align: right }\n"
|
||||
" td.string { background-color: #f0f0f0; text-align: left }\n"
|
||||
" th.status { background-color: black; color: white; font-weight: bold; }\n"
|
||||
|
|
Loading…
Reference in New Issue