1
Fork 0
galene/static/common.css

20 lines
237 B
CSS
Raw Normal View History

2020-04-24 19:38:21 +02:00
body {
font: 14px "Lato", Arial, sans-serif;
}
h1 {
font-size: 160%;
}
.inline {
display: inline;
}
2020-04-24 19:38:21 +02:00
.signature {
border-top: solid;
margin-top: 2em;
padding-top: 0em;
border-width: thin;
clear: both;
}