From 9274b4a988ee0204139154ad7ee95feb8b961e85 Mon Sep 17 00:00:00 2001 From: jrobson Date: Wed, 8 Jan 2014 09:57:23 -0800 Subject: [PATCH] Vector: Rewrite p-personal with nesting. Change-Id: I3b25552005a2d43759c7f1687008f8ae90f15111 --- skins/vector/components/personalMenu.less | 36 +++++++++++------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/skins/vector/components/personalMenu.less b/skins/vector/components/personalMenu.less index 8fde437034..725692958b 100644 --- a/skins/vector/components/personalMenu.less +++ b/skins/vector/components/personalMenu.less @@ -5,27 +5,27 @@ right: 0.75em; /* Display on top of page tabs - bugs 37158, 48078 */ z-index: 100; -} -#p-personal h3 { - display: none; -} + h3 { + display: none; + } -#p-personal ul { - list-style-type: none; - list-style-image: none; - margin: 0; - padding-left: 10em; /* Keep from overlapping logo */ -} + ul { + list-style-type: none; + list-style-image: none; + margin: 0; + padding-left: 10em; /* Keep from overlapping logo */ + } -#p-personal li { - line-height: 1.125em; - /* @noflip */ - float: left; - margin-left: 0.75em; - margin-top: 0.5em; - font-size: @menu-personal-font-size; - white-space: nowrap; + li { + line-height: 1.125em; + /* @noflip */ + float: left; + margin-left: 0.75em; + margin-top: 0.5em; + font-size: @menu-personal-font-size; + white-space: nowrap; + } } /* Icon for Usernames */ -- 2.20.1