# HG changeset patch # User bsw # Date 1330944250 -3600 # Node ID ff700bb26d601543506c60915e1572d8654b6722 # Parent 380730df98ed2e148bcab4d38f6c6a46193eb127 Fixed line height of area name in area list on small devices diff -r 380730df98ed -r ff700bb26d60 static/style.css --- a/static/style.css Mon Mar 05 11:41:29 2012 +0100 +++ b/static/style.css Mon Mar 05 11:44:10 2012 +0100 @@ -921,6 +921,7 @@ @media screen and (max-width: 480px) { .area_list .area .name { display: block; + line-height: 100%; } .area_list .area .delegatee,