comparison 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
comparison
equal deleted inserted replaced
0:9a31d2c02f47 1:b13a26d55c64
1 html {
2 font-family: sans-serif;
3 }
4
5 header {
6 font-weight: bold;
7 text-align: center;
8 }
9
10 footer {
11 width: 100%;
12 text-align: center;
13 font-size: 0.7em;
14 font-weight: bold;
15 position: fixed;
16 bottom: 5px;
17 }