view web/default.css @ 2873:6a16ed6742be

Bug fix: View in new window from files pane When View in New Window was called from a right-click in the files pane, the image was not shown at the correct size
author Colin Clark <colin.clark@cclark.uk>
date Tue, 11 Dec 2018 11:46:00 +0000
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;
}