diff options
Diffstat (limited to 'js/components/menu/menu.reel/menu.css')
-rw-r--r-- | js/components/menu/menu.reel/menu.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/js/components/menu/menu.reel/menu.css b/js/components/menu/menu.reel/menu.css new file mode 100644 index 00000000..557ffc71 --- /dev/null +++ b/js/components/menu/menu.reel/menu.css | |||
@@ -0,0 +1,14 @@ | |||
1 | /* <copyright> | ||
2 | This file contains proprietary software owned by Motorola Mobility, Inc.<br/> | ||
3 | No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/> | ||
4 | (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. | ||
5 | </copyright> */ | ||
6 | |||
7 | .horizontal-menu { | ||
8 | list-style: none; | ||
9 | margin: 0px; | ||
10 | padding: 5px; | ||
11 | float: left; | ||
12 | cursor: default; | ||
13 | display: block; | ||
14 | } \ No newline at end of file | ||