# HG changeset patch # User Valentin Bartenev # Date 1412261349 -14400 # Node ID 15b49619f7fc5e3a6636837156301b6b3723d80e # Parent 11d632e182ecdb106c35aa7d3af7a0daacc5730d Set fixed height for the container of logo. This should prevent flickering while loading the image. diff -r 11d632e182ec -r 15b49619f7fc xsls/style.xsls --- a/xsls/style.xsls Thu Oct 02 18:48:56 2014 +0400 +++ b/xsls/style.xsls Thu Oct 02 18:49:09 2014 +0400 @@ -34,6 +34,7 @@ h1 { display: block; font-size: 3em; text-align: left; + height: .7em; margin: 0; margin-bottom: .5em; } h1 img { width: 100%; }