mirror of
https://github.com/Noratrieb/does-it-build.git
synced 2026-01-15 02:45:02 +01:00
Improve table
This commit is contained in:
parent
ae1f0b96e3
commit
67459f825b
5 changed files with 51 additions and 28 deletions
|
|
@ -20,11 +20,24 @@ td {
|
|||
background-color: lightgray;
|
||||
}
|
||||
|
||||
.target-header {
|
||||
writing-mode: sideways-lr;
|
||||
}
|
||||
|
||||
.build-info-a {
|
||||
color: black;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.build-cell {
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
.target-name-col {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.footer {
|
||||
margin-top: 20px;
|
||||
display: flex;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue