view default/static/blog.css @ 1:b13a26d55c64

base: updated CSS handling to follow changes in backend, moved CSS file to /static with splitted files
author Goffi <goffi@goffi.org>
date Sun, 05 Mar 2017 23:25:02 +0100
parents default/blog/static/style.css@9a31d2c02f47
children 8cdcbe0d7dee
line wrap: on
line source

article {
    margin: 2% auto;
    width: 80%;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    padding: 1%;
    background: lightgray;
}

article div.content {
    text-align: justify;
    font-size: 0.9em;
}

article img {
    max-width: 100%;
}