diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-11-07 11:22:11 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-11-07 11:22:11 +0100 |
commit | 47fbdda40951be5109c739f63331e2bb95ebd64a (patch) | |
tree | ef425faa148dd59d83d77e4ea2fdefee6d889324 /view/theme/redbasic/css | |
parent | 1bb6dfc9a03550063d5b25fd804e586d45eb61fa (diff) | |
download | volse-hubzilla-47fbdda40951be5109c739f63331e2bb95ebd64a.tar.gz volse-hubzilla-47fbdda40951be5109c739f63331e2bb95ebd64a.tar.bz2 volse-hubzilla-47fbdda40951be5109c739f63331e2bb95ebd64a.zip |
rename channel app events to calendar and add nav_set_selected() to /cal
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index fd155c71a..1b991ce17 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -161,10 +161,6 @@ nav { filter:alpha(opacity=$nav_percent_min_opacity); } -#nav-app-link { - white-space: nowrap; -} - #powered-by { font-size: 0.5rem; position: absolute; @@ -1258,6 +1254,7 @@ img.mail-conv-sender-photo { #nav-app-link { padding: 0 !important; line-height: 1.175; + white-space: nowrap; } .page-title { |