diff xsls/style.xsls @ 1323:15b49619f7fc

Set fixed height for the container of logo. This should prevent flickering while loading the image.
author Valentin Bartenev <vbart@nginx.com>
date Thu, 02 Oct 2014 18:49:09 +0400
parents b6fd4402ab2e
children b459b643bf5a
line wrap: on
line diff
--- 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%; }