From 322a7fb204ac4c9d7b034a6a7d6e45eaf24706c6 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Fri, 9 Dec 2011 13:01:16 +0100 Subject: Show hacker emblem --- static/css/main.css | 4 ++++ static/img/hacker.png | Bin 0 -> 399 bytes templates/base.html | 52 ++++++++++++++++++++++++++++++-------------------- 3 files changed, 35 insertions(+), 21 deletions(-) create mode 100644 static/img/hacker.png diff --git a/static/css/main.css b/static/css/main.css index 96869c0..17453e2 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -191,6 +191,10 @@ ul { padding-left : 5px; } +.emblems { + text-align: right; +} + .markdown h3 { margin: 1em 0; } diff --git a/static/img/hacker.png b/static/img/hacker.png new file mode 100644 index 0000000..5a2e185 Binary files /dev/null and b/static/img/hacker.png differ diff --git a/templates/base.html b/templates/base.html index 3c15623..6c451a8 100644 --- a/templates/base.html +++ b/templates/base.html @@ -10,33 +10,43 @@
+
-
- + + +
-- cgit v1.2.3-54-g00ecf