cleaned up CSS a bit
authorHarvie <tomas@mudrunka.cz>
Sat, 10 Jul 2010 05:56:24 +0000 (07:56 +0200)
committerHarvie <tomas@mudrunka.cz>
Sat, 10 Jul 2010 05:56:24 +0000 (07:56 +0200)
jbx/themes/default/jukebox.css

index b36f12ae2171860b6ea17a3418441922191b56f2..31ccf17af7743e278a9fbab1f6cc63724df55553 100755 (executable)
@@ -65,9 +65,7 @@ td {
 
 /* Hovers */
 
-a:hover, a:hover * {
-       text-decoration: underline;
-}
+a:hover, a:hover * { text-decoration: underline; }
 
 /*tr:hover, tr:hover * { */
 .odd:hover, .odd:hover *,
@@ -75,20 +73,14 @@ a:hover, a:hover * {
        background-color: black;
 }
 
-tr:hover * a {
-       text-decoration: underline;
-}
+tr:hover * a { text-decoration: underline;}
 
-:invalid { 
-        background-color: pink;
-}
-
-.hide {
-       margin:0; padding:0; width:0; height:0; border:none; display:none;
-}
+:invalid {     background-color: pink; }
+:focus {       color:darkblue; }
 
-/* Color Classes */
+/* Helpful Classes */
 
+*.hide {       margin:0; padding:0; width:0; height:0; border:none; display:none; }
 *.red {                color: red; }
 *.yellow {     color: yellow;}
 *.blue {       color: blue;}
This page took 0.125935 seconds and 4 git commands to generate.