diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 54133bd7..ceb43ce0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,7 +6,10 @@ This document describes changes between each past release. 5.1.2 (unreleased) ================== -- Nothing changed yet. +Changed +------- + +- Minor presentation fixes (901) 5.1.1 (2021-10-26) diff --git a/ihatemoney/static/css/main.css b/ihatemoney/static/css/main.css index 5b442ab5..a63391ba 100644 --- a/ihatemoney/static/css/main.css +++ b/ihatemoney/static/css/main.css @@ -69,6 +69,11 @@ body { width: 55px; } +#header .side-to-side { + /* avoid the man with his hand pointing at nothing */ + white-space: nowrap; +} + #header .shareimg { width: 80px; margin-left: 5px; diff --git a/ihatemoney/templates/home.html b/ihatemoney/templates/home.html index cad87390..de88ea73 100644 --- a/ihatemoney/templates/home.html +++ b/ihatemoney/templates/home.html @@ -10,8 +10,11 @@ {% endif %} {% if g.lang == 'fr' %} - ou Voir la BD explicative - + ou + + Voir la BD explicative + + {% endif %}