diff options
author | marijus <mario@mariovavti.com> | 2015-01-20 21:10:41 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2015-01-20 21:10:41 +0100 |
commit | 5ee815b2fa0b46864972a60e0171e14f91fbd2b5 (patch) | |
tree | b16b6058815bad7f9608643305ac11b9fe647963 /view/css | |
parent | 33380b3c3066bab54320781f15baf7130f5e0b3c (diff) | |
download | volse-hubzilla-5ee815b2fa0b46864972a60e0171e14f91fbd2b5.tar.gz volse-hubzilla-5ee815b2fa0b46864972a60e0171e14f91fbd2b5.tar.bz2 volse-hubzilla-5ee815b2fa0b46864972a60e0171e14f91fbd2b5.zip |
satisfy the floated images
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/bootstrap-red.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index 0c2d30284..5c9831907 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -41,7 +41,7 @@ nav .dropdown-menu .contactname { nav .dropdown-menu li a { overflow: hidden; text-overflow: ellipsis; - line-height: 1em; + //line-height: 1em; padding: 5px 10px; } |