diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2018-12-03 15:27:55 +0100 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2018-12-03 15:27:55 +0100 |
| commit | 34e89ac710b80e733d2ed31b3f46aedd64ba17cf (patch) | |
| tree | 13f2100479f4c561734b57e36a2b116801c34096 | |
| parent | 331d73b56646fe1252464be9eed2c2b36bd8ec8e (diff) | |
Put GF logo on the right again
| -rw-r--r-- | bin/template.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/template.html b/bin/template.html index 868a5c892..57ae32e04 100644 --- a/bin/template.html +++ b/bin/template.html @@ -37,7 +37,7 @@ $endfor$ $if(title)$ <header id="title-block-header"> <a href="$rel-root$" title="Home"> - <img src="$rel-root$/doc/Logos/gf1.svg" height="200px" class="float-md-left mr-3 mb-3 bg-white" alt="GF Logo"> + <img src="$rel-root$/doc/Logos/gf1.svg" height="200px" class="float-md-right ml-3 mb-3 bg-white" alt="GF Logo"> </a> <h1 class="title">$title$</h1> $if(subtitle)$ |
