src/lib/cheapcgi.c 1.132

1.132 2010/03/11 03:59:06 tdreszer
Fixed halfVis style
Index: src/lib/cheapcgi.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/lib/cheapcgi.c,v
retrieving revision 1.131
retrieving revision 1.132
diff -b -B -U 4 -r1.131 -r1.132
--- src/lib/cheapcgi.c	8 Feb 2010 22:08:41 -0000	1.131
+++ src/lib/cheapcgi.c	11 Mar 2010 03:59:06 -0000	1.132
@@ -1853,8 +1853,8 @@
     //printf(".hiddenRoof {border-top: 0px solid %s;}\n",COLOR_BG_ALTDEFAULT);     // Doesn't work
     //printf(".hiddenFloor {border-bottom: 0px solid %s;}\n",COLOR_BG_ALTDEFAULT); // Doesn't work
     printf(".greenBox {border: 5px outset %s;}\n",COLOR_DARKGREEN);
     printf(".blueBox {border: 4px inset %s;}\n",COLOR_DARKBLUE);
-    printf(".halfVis {opacity: 0.5; filter:alpha(opacity=50;}\n");
+    printf(".halfVis {opacity: 0.5; filter:alpha(opacity=50);}\n");
     puts("</style>");
 }