From 97986f46278ee64b606afb54a9519447cc50e37e Mon Sep 17 00:00:00 2001 From: mxmehl Date: Fri, 10 Jul 2015 15:04:02 +0300 Subject: [PATCH] change width to avoid collisions --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index d52fd59..9108e15 100644 --- a/static/style.css +++ b/static/style.css @@ -39,7 +39,7 @@ button { } /* New click/hide */ -#gallery {position:relative; line-height:20px; width:705px; padding:0 0 10px 10px; margin-bottom:100px; height:100%;} +#gallery {position:relative; line-height:20px; width:380px; padding:0 0 10px 10px; margin-bottom:100px; height:100%;} #gallery .switch {display:block; cursor:pointer; color:#000; font-weight:normal;} #gallery .switch .turn_off {display:none;} #gallery .off {color:#c00;}