liquid_feedback_frontend
changeset 384:ff700bb26d60
Fixed line height of area name in area list on small devices
author | bsw |
---|---|
date | Mon Mar 05 11:44:10 2012 +0100 (2012-03-05) |
parents | 380730df98ed |
children | 908caa577f5a |
files | static/style.css |
line diff
1.1 --- a/static/style.css Mon Mar 05 11:41:29 2012 +0100 1.2 +++ b/static/style.css Mon Mar 05 11:44:10 2012 +0100 1.3 @@ -921,6 +921,7 @@ 1.4 @media screen and (max-width: 480px) { 1.5 .area_list .area .name { 1.6 display: block; 1.7 + line-height: 100%; 1.8 } 1.9 1.10 .area_list .area .delegatee,