Add a new class : notice

This commit is contained in:
sparkyx 2007-09-01 18:04:00 +00:00
parent c244f96231
commit 1745b25812
3 changed files with 15 additions and 0 deletions

View file

@ -5,6 +5,11 @@ BODY {
font-size:10px;
font-family:sans-serif;
}
.notice {
color:red;
font-weight:bold;
}
table.result {
font-size:10px;

View file

@ -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;
}
/* </style> */

View file

@ -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;