Add span class error
This commit is contained in:
parent
89336863e7
commit
5bed44970f
1 changed files with 5 additions and 7 deletions
|
|
@ -162,7 +162,11 @@ table.document th{
|
|||
background-color:lightgrey;
|
||||
color:darkblue;
|
||||
}
|
||||
|
||||
span.error {
|
||||
color:black;
|
||||
background-color:red;
|
||||
font-size:120%;
|
||||
}
|
||||
table.mtitle {
|
||||
border:0;
|
||||
text-align:center
|
||||
|
|
@ -184,7 +188,6 @@ td.mtitle {
|
|||
// padding:3px;
|
||||
background-color:#DDE6FF;
|
||||
}
|
||||
|
||||
span.mtitle {
|
||||
color:gray;
|
||||
background-color:blue;
|
||||
|
|
@ -199,11 +202,6 @@ span.even {
|
|||
background-color:#DDE6FF;
|
||||
display:block;
|
||||
}
|
||||
span.error {
|
||||
color:black;
|
||||
background-color:red;
|
||||
font-size:120%;
|
||||
}
|
||||
tr.odd {
|
||||
background-color:#DDE6FF;
|
||||
font-size:10px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue