CSS Zprehledneno
authorThomas Mudrunka <tomas@mudrunka.cz>
Mon, 19 Mar 2012 11:37:26 +0000 (12:37 +0100)
committerThomas Mudrunka <tomas@mudrunka.cz>
Mon, 19 Mar 2012 11:37:26 +0000 (12:37 +0100)
index.php

index 07937b04286720f06227298259e8c2a4850263d7..a131b22c886159f6f73e5d543a649793dcb6c4d5 100755 (executable)
--- 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; }
This page took 0.089495 seconds and 4 git commands to generate.