# HG changeset patch # User Aleksej Bobylev # Date 1528888485 -10800 # Node ID aa5729cf385c5ff2d7f1120ec03c3fb0d9204bd3 # Parent 1641fc59349449cb759a2caa1588879d0dc85177 lighttpd/cooker.css: revert main h2 line height, carry this style to #hdr h2 only; lighttpd/index.cgi: add link to Tank RRD Stats in the footer; package -> files: display SUID files in violet color diff -r 1641fc593494 -r aa5729cf385c lighttpd/cooker.css --- a/lighttpd/cooker.css Tue Jun 12 01:38:59 2018 +0300 +++ b/lighttpd/cooker.css Wed Jun 13 14:14:45 2018 +0300 @@ -109,7 +109,7 @@ h2 { margin: 0; padding: 0.2rem; - font: bold 1.3rem/1.6rem sans-serif; + font: bold 1.3rem/2rem sans-serif; color: rgba(0,0,0,0.7); } section h2, section h3 { @@ -197,6 +197,9 @@ height: 48px; width: 48px; } +#hdr h2 { + font: bold 1.3rem/1.6rem sans-serif; +} #info { clear: both; } diff -r 1641fc593494 -r aa5729cf385c lighttpd/index.cgi --- a/lighttpd/index.cgi Tue Jun 12 01:38:59 2018 +0300 +++ b/lighttpd/index.cgi Wed Jun 13 14:14:45 2018 +0300 @@ -183,7 +183,7 @@ @@ -623,6 +623,7 @@ s|^\(-rwxr-xr-x\)|\1|; s|^\(-rw-r--r--\)|\1|; s|^\(drwxr-xr-x\)|\1|; + s|^\(-rwsr-xr-x\)|\1|; s|^\([lrwxs-][lrwxs-]*\)|\1|; " ;;