comparison 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
comparison
equal deleted inserted replaced
0:9a31d2c02f47 1:b13a26d55c64
1 article {
2 margin: 2% auto;
3 width: 80%;
4 border-style: solid;
5 border-width: 1px;
6 border-radius: 3px;
7 padding: 1%;
8 background: lightgray;
9 }
10
11 article div.content {
12 text-align: justify;
13 font-size: 0.9em;
14 }
15
16 article img {
17 max-width: 100%;
18 }