mirror of
https://github.com/YunoHost-Apps/snserver_ynh.git
synced 2024-09-03 20:26:22 +02:00
16 lines
164 B
CSS
16 lines
164 B
CSS
body {
|
|
padding-left: 50px;
|
|
}
|
|
td {
|
|
border: 1px solid #999;
|
|
padding: 0.25rem;
|
|
}
|
|
td#id {
|
|
width: 20px;
|
|
}
|
|
td#name {
|
|
width: 200px;
|
|
}
|
|
td#url {
|
|
width: 300px;
|
|
}
|