src/hg/lib/web.c 1.160

1.160 2009/04/01 19:59:39 tdreszer
Moved call to commonCssStyles to here. Now we should expand CSS styles in one place.
Index: src/hg/lib/web.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/lib/web.c,v
retrieving revision 1.159
retrieving revision 1.160
diff -b -B -U 4 -r1.159 -r1.160
--- src/hg/lib/web.c	12 Mar 2009 17:38:30 -0000	1.159
+++ src/hg/lib/web.c	1 Apr 2009 19:59:39 -0000	1.160
@@ -149,8 +149,9 @@
         puts(extraStyle);
     printf("</HEAD>" "\n"
            "<BODY BGCOLOR=\"#%s\" LINK=\"#0000CC\" VLINK=\"#330066\" ALINK=\"#6600FF\">",
            hgColOutside());
+    commonCssStyles();
     }
 puts(
     "<A NAME=\"TOP\"></A>" "\n"
     "" "\n"