cookutils diff lighttpd/cooker.css @ rev 983
lighttpd/index.cgi: consider $WANTED as build dependency too; lighttpd/cooker.css: tiny edits.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Oct 21 11:45:40 2017 +0300 (2017-10-21) |
parents | ef2c335c986f |
children | 03374082dafa |
line diff
1.1 --- a/lighttpd/cooker.css Fri Oct 20 16:54:05 2017 +0300 1.2 +++ b/lighttpd/cooker.css Sat Oct 21 11:45:40 2017 +0300 1.3 @@ -363,7 +363,7 @@ 1.4 table { width: 100%; box-sizing: border-box; border-collapse: collapse; /*box-shadow: 0 0 4px rgba(0,0,0,0.3);*/ } 1.5 th { /*color: rgba(0,0,0,0.6);*/ background-color: rgba(0,0,0,0.1); padding: 3px; font-weight: normal; } 1.6 td { padding: 2px; vertical-align: top; } 1.7 -table:not(.half) td:first-child { white-space: nowrap; width: 5rem; } 1.8 +table:not(.half):not(.pkgslist) td:first-child { white-space: nowrap; width: 5rem; } 1.9 table.half td { width:50%; } 1.10 td+td { border-left: 1px solid rgba(0,0,0,0.1); } 1.11 .activity td:first-child, .cooknotes td:first-child, td.m { color: rgba(0,0,0,0.6); }