From 899f725faa5078679dd7a704843a0d4d936aae39 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Thu, 2 Oct 2014 17:11:45 +0200 Subject: [PATCH] Minor fix (hide also timeline when size is constrained - same as for buttons) --- index.html | 2 ++ stylesheets/stylesheet.css | 3 +++ 2 files changed, 5 insertions(+) diff --git a/index.html b/index.html index c05771856..bc4a2daac 100644 --- a/index.html +++ b/index.html @@ -144,8 +144,10 @@ To subscribe use the Tweets by @sqlmap + diff --git a/stylesheets/stylesheet.css b/stylesheets/stylesheet.css index 3b2c11d19..c3a7cb149 100644 --- a/stylesheets/stylesheet.css +++ b/stylesheets/stylesheet.css @@ -468,6 +468,9 @@ footer a:hover { aside#sidebar a.button { display: none; } + aside#sidebar div#timeline { + display: none; + } #main-content h1:before, #main-content h2:before, #main-content h3:before,