From 8b9a8edbddb77aae7af7988ad79e2e65d47f0242 Mon Sep 17 00:00:00 2001 From: Thomas Mudrunka Date: Mon, 19 Mar 2012 12:37:26 +0100 Subject: [PATCH] CSS Zprehledneno --- index.php | 2 ++ 1 file changed, 2 insertions(+) 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; } -- 2.30.2