changeset 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 11d632e182ec
children d66119b0c8a9
files xsls/style.xsls
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/xsls/style.xsls
+++ b/xsls/style.xsls
@@ -34,6 +34,7 @@ X:template style (lang) {
         h1                { display:        block;
                             font-size:      3em;
                             text-align:     left;
+                            height:         .7em;
                             margin:         0;
                             margin-bottom:  .5em; }
         h1 img            { width:          100%; }