cookutils diff lighttpd/cooker-midnight.css @ rev 1019

cook: add fix() to use '--as-needed' linker flag in compile_rules(); cookit(): make QA fail on empty vars / bad values; remove_already_packed(): fix bug when $PACKAGE not listed in $SPLIT and we use this function for the default set. lighttpd/index.cgi: sort orphans. modules/precheck: separate error message by empty lines.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Dec 07 14:31:28 2017 +0200 (2017-12-07)
parents f3a90eaf1154
children
line diff
     1.1 --- a/lighttpd/cooker-midnight.css	Thu May 18 13:14:23 2017 +0300
     1.2 +++ b/lighttpd/cooker-midnight.css	Thu Dec 07 14:31:28 2017 +0200
     1.3 @@ -3,7 +3,7 @@
     1.4  section{background-color:#222;box-shadow:none}
     1.5  tr:nth-child(2n){background:#2E2E2E!important}
     1.6  tr:nth-child(2n+1){background:#222!important}
     1.7 -h2,h3{color:#999}
     1.8 +h2,h3,th{color:#999}
     1.9  section,div.list{padding:2px}
    1.10  section h2,section h3{background:#333}
    1.11  .activity td:first-child,.cooknotes td:first-child,td.m{color:#888}
    1.12 @@ -22,3 +22,6 @@
    1.13  .button.browse{background:hsl(170,100%,15%)}
    1.14  .button.doc{background:hsl(300,100%,15%)}
    1.15  .button.log{background:hsl(0,0%,15%)}
    1.16 +.log em{background:#456}
    1.17 +[class*="bigicon-"]{color:#222}
    1.18 +.log a[name]:hover{color:#88C}