From 5a2cfd6760f3610bfbc21909c6f4b10815a5910d Mon Sep 17 00:00:00 2001 From: Saman Bemel-Benrud Date: Tue, 30 Oct 2012 19:00:49 -0400 Subject: [PATCH] Fix history sidebar for small screens --- app/assets/stylesheets/small.css.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/stylesheets/small.css.scss b/app/assets/stylesheets/small.css.scss index a95501775..84813e9c1 100644 --- a/app/assets/stylesheets/small.css.scss +++ b/app/assets/stylesheets/small.css.scss @@ -112,6 +112,8 @@ h1 { border-right: 0px; } +.site-export #content, +.site-edit #content, .site-index #content { margin-top: 40px; } -- 2.43.2