ha-handler/priv/static/app.css
Timothée Floure b9aa3eeb98
Add initial plumbing for DRBD
This is 'quickly-hacked-together' and needs some love - it's working,
but is ways to fragile. It's no more than a POC atm.
2022-02-25 13:39:58 +01:00

34 lines
367 B
CSS

main {
width: 700px;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
h2 {
margin-top: 0;
margin-bottom: 5px;
font-size: 20px;
}
h3 {
margin-top: 0;
margin-bottom: 5px;
font-size: 12px;
text-align: left;
}
table {
width: 100%;
text-align: left;
}
table thead {
background-color: #D6EED6;
}
#logo {
width: 200px;
}