From 01e7e2448bc58698fb5808d141c1a8a5dfbdaaf7 Mon Sep 17 00:00:00 2001 From: Jon Reid Date: Fri, 27 Jan 2012 16:15:38 -0800 Subject: Fixes to radio button base styles. Comment clean-up. --- _scss/imports/scss/_MenuUI.scss | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to '_scss/imports/scss/_MenuUI.scss') diff --git a/_scss/imports/scss/_MenuUI.scss b/_scss/imports/scss/_MenuUI.scss index e821e5cc..e1fb149a 100644 --- a/_scss/imports/scss/_MenuUI.scss +++ b/_scss/imports/scss/_MenuUI.scss @@ -4,12 +4,11 @@ // (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. // -/* - * MenuUI.scss - * Styles governing the main dropdown menu. - * Note that colors and font definitions go in - * _scss/themes/themename/_colors.scss and _scss/themes/themename/_fonts.scss - */ +// MenuUI.scss +// Styles governing the main dropdown menu. +// Note that colors and font definitions go in +// _scss/themes/themename/_colors.scss and _scss/themes/themename/_fonts.scss + .menuBar { width:100%; border-style: solid; @@ -49,8 +48,8 @@ background : $color-menu-active-bg; } -/*Styles for positioning and display -Supports fly-out of sub-menus two levels deep only */ +// Styles for positioning and display +Supports fly-out of sub-menus two levels deep only .menuBar ul ul { position: absolute; -- cgit v1.2.3