From d0d56ec8bfcec1268f1f4cbfdbb3f88f66b62cee Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Tue, 28 Apr 2015 15:43:02 +0200 Subject: [PATCH] Replace image in bottom well with the SVG version --- _layouts/default.html | 2 +- css/style.sass | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 732eadc..416ee94 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -11,7 +11,7 @@ {% if page.name != 'about.html' %}
-
+
{% include about.html %}
diff --git a/css/style.sass b/css/style.sass index 736099c..9801799 100644 --- a/css/style.sass +++ b/css/style.sass @@ -114,8 +114,15 @@ body margin-top: 20px #about-well-image + background-color: white + margin-right: 1em + img - padding-right: 1em + width: 150px + background-color: white + border: 1px solid #000 + margin: .5em + padding: 1em #keywords-button font-size: 50%