]> code.citadel.org Git - citadel.git/commitdiff
remove hardcoding color in banner
authorThierry Pasqualier <thierry@uncensored.citadel.org>
Fri, 23 Mar 2007 16:38:11 +0000 (16:38 +0000)
committerThierry Pasqualier <thierry@uncensored.citadel.org>
Fri, 23 Mar 2007 16:38:11 +0000 (16:38 +0000)
webcit/webcit.c

index a94644940657ec029c61e54d285f1d79d8f5fcf0..9537cca16286a47babdccf72e32e59f9ef69699e 100644 (file)
@@ -763,9 +763,8 @@ void url_do_template(void) {
 void offer_start_page(void) {
        wprintf("<a href=\"change_start_page?startpage=");
        urlescputs(WC->this_page);
-       wprintf("\"><font size=-2 color=\"#AAAAAA\">");
        wprintf(_("Make this my start page"));
-       wprintf("</font></a>");
+       wprintf("</a>");
 /*
        wprintf("<br/><a href=\"rss?room=");
        urlescputs(WC->wc_roomname);