now using fancy border-radius :-)
authorHarvie <tomas@mudrunka.cz>
Sat, 10 Jul 2010 14:00:40 +0000 (16:00 +0200)
committerHarvie <tomas@mudrunka.cz>
Sat, 10 Jul 2010 14:00:40 +0000 (16:00 +0200)
jbx/themes/default/jukebox.css

index b2f1438aeedbf03b723fa83759defa3c2ebd2d98..d6d77f1a93ef79e3abc2983892c308932992ee21 100755 (executable)
@@ -2,6 +2,8 @@
  * Example CSS for Harvie's JuKe!Box
  */
 
+* {    border-radius:6px; -moz-border-radius:5px; } 
+
 body {
        color: lightblue;
        font-family: monospace;
@@ -68,7 +70,7 @@ td {
 a:hover, a:hover * { text-decoration: underline; }
 
 /*tr:hover, tr:hover * { */
-.odd:hover, .odd:hover *,
+tr, .odd:hover, .odd:hover *,
 .even:hover, .even:hover * {
        background-color: black;
 }
This page took 0.128293 seconds and 4 git commands to generate.