mirror of
https://github.com/jech/galene.git
synced 2024-11-09 18:25:58 +01:00
16 lines
203 B
CSS
16 lines
203 B
CSS
|
body {
|
||
|
font: 14px "Lato", Arial, sans-serif;
|
||
|
}
|
||
|
|
||
|
h1 {
|
||
|
font-size: 160%;
|
||
|
}
|
||
|
|
||
|
.signature {
|
||
|
border-top: solid;
|
||
|
margin-top: 2em;
|
||
|
padding-top: 0em;
|
||
|
border-width: thin;
|
||
|
clear: both;
|
||
|
}
|