cookutils diff lighttpd/cooker.css @ rev 1077

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
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jun 13 14:14:45 2018 +0300 (2018-06-13)
parents 12ab43dfc0a9
children 1463d32f6f90
line diff
     1.1 --- a/lighttpd/cooker.css	Mon Jun 11 15:24:16 2018 +0300
     1.2 +++ b/lighttpd/cooker.css	Wed Jun 13 14:14:45 2018 +0300
     1.3 @@ -109,7 +109,7 @@
     1.4  
     1.5  h2 {
     1.6  	margin: 0; padding: 0.2rem;
     1.7 -	font: bold 1.3rem/1.6rem sans-serif;
     1.8 +	font: bold 1.3rem/2rem sans-serif;
     1.9  	color: rgba(0,0,0,0.7);
    1.10  }
    1.11  section h2, section h3 {
    1.12 @@ -197,6 +197,9 @@
    1.13  	height: 48px;
    1.14  	width: 48px;
    1.15  }
    1.16 +#hdr h2 {
    1.17 +	font: bold 1.3rem/1.6rem sans-serif;
    1.18 +}
    1.19  #info {
    1.20  	clear: both;
    1.21  }