From: Simon L'nu Date: Wed, 18 Apr 2012 10:17:20 +0000 (-0400) Subject: only affect immediate li children X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a30ea16218aaaff7682c262fed443327553299ca;p=friendica.git only affect immediate li children Signed-off-by: Simon L'nu --- diff --git a/view/theme/dispy-dark/style.css b/view/theme/dispy-dark/style.css index 02744fb2ac..02990c29aa 100644 --- a/view/theme/dispy-dark/style.css +++ b/view/theme/dispy-dark/style.css @@ -520,7 +520,7 @@ nav #nav-notifications-linkmenu.selected .icon.s22.notify { margin: 0px; height: 25px; } -#nav-buttons li { +#nav-buttons > li { padding: 0; display: inline-block; margin: 0px -4px 0px 0px; diff --git a/view/theme/dispy/style.css b/view/theme/dispy/style.css index e5c9a1c4c3..5f48e68ec8 100644 --- a/view/theme/dispy/style.css +++ b/view/theme/dispy/style.css @@ -520,7 +520,7 @@ nav #nav-notifications-linkmenu.selected .icon.s22.notify { margin: 0px; height: 25px; } -#nav-buttons li { +#nav-buttons > li { padding: 0; display: inline-block; margin: 0px -4px 0px 0px;