forked from loafle/openapi-generator-original
rollback validator template
This commit is contained in:
parent
6617af5209
commit
6efef51036
@ -33,6 +33,8 @@
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
|
||||
body {
|
||||
font-family: "Droid Sans", sans-serif;
|
||||
font-size: 0.9em;
|
||||
@ -153,7 +155,7 @@
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
#content .head-info {
|
||||
#content .head-info{
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
@ -175,7 +177,6 @@
|
||||
border-color: gray;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
table#validation-results th {
|
||||
border-width: 1px;
|
||||
padding: 10px;
|
||||
@ -185,18 +186,15 @@
|
||||
text-align: left;
|
||||
font-weight: bold;;
|
||||
}
|
||||
|
||||
table#validation-results td {
|
||||
border-width: 1px;
|
||||
padding: 10px;
|
||||
border-style: solid;
|
||||
border-color: gray;
|
||||
}
|
||||
|
||||
table#validation-results tr:nth-child(even) {
|
||||
background-color: rgb(240, 240, 230);
|
||||
}
|
||||
|
||||
table#validation-results tr:nth-child(odd) {
|
||||
background-color: rgb(250, 250, 240);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user