view default/static/styles.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 e6de0e67c4c1
line wrap: on
line source

html {
    font-family: sans-serif;
}

header {
    font-weight: bold;
    text-align: center;
}

footer {
    width: 100%;
    text-align: center;
    font-size: 0.7em;
    font-weight: bold;
    position: fixed;
    bottom: 5px;
}