1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-09 00:00:01 +01:00

make table headings more compact

This commit is contained in:
Steffen Vogel 2021-03-08 22:40:35 +01:00
parent e9a80292d2
commit 17aa021d1e

View file

@ -248,15 +248,15 @@ hr {
/**
* Tables
*/
.table th,td {
padding: 0.5em 0.5em !important;
}
.table th {
background-color: #527984;
color: #fff;
}
.table td {
padding: 0.5em 0.5em !important;
}
/**
* Buttons
*/