From 9d0a78bd95d3efdf6085581876b608d20d697eab Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 7 Aug 2017 15:27:16 +0300 Subject: Add intro blog post and logo in header --- static/css/main.css | 8 ++++++++ static/img/recycle.png | Bin 0 -> 3502 bytes 2 files changed, 8 insertions(+) create mode 100644 static/img/recycle.png (limited to 'static') diff --git a/static/css/main.css b/static/css/main.css index f70346b..57d46bc 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -1,3 +1,11 @@ +h1 img { + height: 1.4em; +} + +h1 span { + vertical-align: top; +} + div.menu ul { list-style: none; padding-left: 7px; diff --git a/static/img/recycle.png b/static/img/recycle.png new file mode 100644 index 0000000..7e4aa88 Binary files /dev/null and b/static/img/recycle.png differ -- cgit v1.3.1