From b076881a8e899c67767eb6c9640f1da68f2d3454 Mon Sep 17 00:00:00 2001 From: jwansek Date: Wed, 17 Feb 2021 20:56:57 +0000 Subject: finised parser, finished rendering posts, finished sercving images --- static/images/t30.jpg | Bin 0 -> 235413 bytes static/style.css | 7 +++++++ 2 files changed, 7 insertions(+) create mode 100644 static/images/t30.jpg (limited to 'static') diff --git a/static/images/t30.jpg b/static/images/t30.jpg new file mode 100644 index 0000000..949d14b Binary files /dev/null and b/static/images/t30.jpg differ diff --git a/static/style.css b/static/style.css index 7bc2190..7a0bf68 100644 --- a/static/style.css +++ b/static/style.css @@ -90,6 +90,13 @@ article section table td { text-align: right; } +aside { + width: 30%; + padding-left: 15px; + margin-left: 15px; + float: right; +} + .running { background-color: green; padding: 1, 1, 1, 1; -- cgit v1.2.3