From: Thomas Mudrunka Date: Mon, 19 Mar 2012 11:37:26 +0000 (+0100) Subject: CSS Zprehledneno X-Git-Url: https://git.harvie.cz/?a=commitdiff_plain;h=8b9a8edbddb77aae7af7988ad79e2e65d47f0242;p=mirrors%2FSokoMan.git CSS Zprehledneno --- diff --git a/index.php b/index.php index 07937b0..a131b22 100755 --- a/index.php +++ b/index.php @@ -213,6 +213,8 @@ table { background-color: orange; border: orange; } a, a img { text-decoration:none; color: darkblue; border:none; } li a, a:hover { text-decoration:underline; } .tr_even td { background-color: lemonchiffon; } +.tr_nobr.tr_even td:first-child { border-left: 5px solid orange; } +.tr_nobr.tr_odd td:first-child { border-left: 5px solid white; } .item_status_stored td { font-weight:bold; } .item_status_deleted td { text-decoration:line-through; } .item_status_destroyed td { font-style:italic; }