forked from vergnet/site-accueil-insa
align top td
This commit is contained in:
parent
a863190d3b
commit
e99847d088
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@ table th, td {
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
table td {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.tr-th {
|
||||
background-color: rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue