diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/default/static/blog.css	Sun Mar 05 23:25:02 2017 +0100
@@ -0,0 +1,18 @@
+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%;
+}