From 589c7d77d3f3707188477a3700d5d78e04c4b71a Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Fri, 27 Nov 2015 07:31:42 +0100 Subject: [PATCH] Fix css --- css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/style.css b/css/style.css index bc13d54c..f7e845a3 100644 --- a/css/style.css +++ b/css/style.css @@ -164,6 +164,10 @@ img { -ms-box-shadow: 0 0 5px #ebebeb; } +header img { + border: 0; +} + pre, code { width: 100%; color: #222;