From f5f435c249bdabf55f674af7c199db9406668d50 Mon Sep 17 00:00:00 2001 From: Thierry Pasqualier Date: Mon, 29 Jan 2007 21:50:30 +0000 Subject: [PATCH] Somes changes in HTML/CSS of banner information text --- webcit/static/webcit.css | 2 +- webcit/sysmsgs.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/webcit/static/webcit.css b/webcit/static/webcit.css index 8dc0b2e6e..b98fc7655 100644 --- a/webcit/static/webcit.css +++ b/webcit/static/webcit.css @@ -71,7 +71,7 @@ body { color: #FFFFEE; } -.room_banner p { +.room_banner div { font-size: 8pt; color: #FFFFEE; text-align: center; diff --git a/webcit/sysmsgs.c b/webcit/sysmsgs.c index 879b85150..86a5e6fed 100644 --- a/webcit/sysmsgs.c +++ b/webcit/sysmsgs.c @@ -40,7 +40,7 @@ void display_edit(char *description, char *check_cmd, svprintf("BOXTITLE", WCS_STRING, _("Edit %s"), description); do_template("beginbox"); - wprintf("

"); + wprintf("

"); wprintf(_("Enter %s below. Text is formatted to " "the reader's screen width. To defeat the " "formatting, indent a line at least one space."), description); @@ -58,7 +58,7 @@ void display_edit(char *description, char *check_cmd, wprintf(" "); wprintf("
\n", _("Cancel")); - wprintf("

\n"); + wprintf("
\n"); do_template("endbox"); wDumpContent(1); } -- 2.39.2