Commit bits of missing css that were required in previous upload.
This commit is contained in:
parent
d6b36b5752
commit
14fdccc0d1
1 changed files with 6 additions and 2 deletions
|
@ -183,14 +183,18 @@ body {
|
|||
font-size: x-small;
|
||||
}
|
||||
|
||||
#keyvalue {
|
||||
#changeset_list, #keyvalue {
|
||||
font-size: small;
|
||||
text-align: left;
|
||||
border-collapse: collapse;
|
||||
border-width: 0px;
|
||||
}
|
||||
|
||||
#keyvalue.th {
|
||||
#changeset_list {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#changeset_list.th {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue