view web/default.css @ 2893:9fabae578e6b

Merge merge requests 660, 658, 655 and 648 * github/merge-requests/660: tr.po-update * github/merge-requests/658: Bug fix: reads of uninitialized data * github/merge-requests/655: fix build against exiv2-0.27.x * github/merge-requests/648: Correctly size image windows opened from collections
author Klaus Ethgen <Klaus@Ethgen.de>
date Tue, 05 Feb 2019 21:06:16 +0100
parents 00773211590e
children
line wrap: on
line source

#header {
    margin: 0 0 0 0;
    text-align: center;
    width: 50em;
    border: 1px solid #8BA0FF;
    background: #d0e0ff;
}

#side {
    float: left;
    width: 10em;
    padding: 1em;
}

#side ul {
    padding-left: 0;
    margin-left: 0.5em;
}

#main {
    width: 40em;
    margin-top: 1em;
    margin-left: 12em;
}

#main h1 {
    margin-top: 1em;
}