mirror of
https://github.com/lldap/lldap.git
synced 2024-11-25 00:50:55 +00:00
f4edb99379
Also change the server to be able to serve style.css.
12 lines
163 B
CSS
12 lines
163 B
CSS
header h1 {
|
|
font-family: 'Bebas Neue', cursive;
|
|
}
|
|
|
|
.table>tbody {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.table>tbody a {
|
|
font-weight: 700;
|
|
text-decoration: none;
|
|
}
|