From 1745b25812fcd5e2e7c5fd048c57424bfee152fd Mon Sep 17 00:00:00 2001 From: sparkyx Date: Sat, 1 Sep 2007 18:04:00 +0000 Subject: [PATCH] Add a new class : notice --- html/style-color.css | 5 +++++ html/style-light.css | 5 +++++ html/style.css | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/html/style-color.css b/html/style-color.css index d32bf2ba3..1483f1972 100644 --- a/html/style-color.css +++ b/html/style-color.css @@ -5,6 +5,11 @@ BODY { font-size:10px; font-family:sans-serif; } +.notice { + color:red; + font-weight:bold; + +} table.result { font-size:10px; diff --git a/html/style-light.css b/html/style-light.css index 4d73f9e40..7b7d78a18 100644 --- a/html/style-light.css +++ b/html/style-light.css @@ -5,7 +5,11 @@ BODY { font-size:10px; font-family:sans-serif; } +.notice { + color:red; + font-weight:bold; +} table.result { font-size:10px; color:blue; @@ -407,4 +411,5 @@ div.u_content input:focus { div.u_redcontent textarea:focus{ background-color: orange; } + /* */ diff --git a/html/style.css b/html/style.css index ae2a7fabc..7d003653c 100644 --- a/html/style.css +++ b/html/style.css @@ -5,6 +5,11 @@ BODY { font-size:0.7em; font-family:Arial, Helvetica, sans-serif; } +.notice { + color:red; + font-weight:bold; + +} table.result { font-size:10px;