Add a new class : notice
This commit is contained in:
parent
c244f96231
commit
1745b25812
3 changed files with 15 additions and 0 deletions
|
|
@ -5,6 +5,11 @@ BODY {
|
|||
font-size:10px;
|
||||
font-family:sans-serif;
|
||||
}
|
||||
.notice {
|
||||
color:red;
|
||||
font-weight:bold;
|
||||
|
||||
}
|
||||
|
||||
table.result {
|
||||
font-size:10px;
|
||||
|
|
|
|||
|
|
@ -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> */
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue