From: tla Date: Mon, 28 Oct 2013 13:24:12 +0000 (+0100) Subject: fix position of stemma title X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b56004b4837a837bec33ba1496b4216899ffd071;p=scpubgit%2Fstemmaweb.git fix position of stemma title --- diff --git a/root/css/style.css b/root/css/style.css index f20d337..1785a21 100644 --- a/root/css/style.css +++ b/root/css/style.css @@ -173,7 +173,9 @@ div.pager_left_button.greyed_out, div.pager_left_button.greyed_out:hover { #stemma_graph svg { } #stemma_graph_title { - bottom: 0px; + bottom: 20px; + margin-left: 5px; + position: relative; } #stemma_identifier { color: #488dd2;