mirror of
https://github.com/chatmail/core.git
synced 2026-04-05 23:22:11 +03:00
22 lines
225 B
CSS
22 lines
225 B
CSS
/* customizations to Alabaster theme . */
|
|
|
|
div.document {
|
|
width: 1480px;
|
|
}
|
|
|
|
div.body {
|
|
max-width: 1280px;
|
|
}
|
|
|
|
div.globaltoc {
|
|
font-size: 1.4em;
|
|
}
|
|
|
|
img.logo {
|
|
height: 120px;
|
|
}
|
|
|
|
div.footer {
|
|
display: none;
|
|
}
|