diff options
Diffstat (limited to 'js/panels/css-panel/style-sheets-view.reel/style-sheets-view.css')
-rw-r--r-- | js/panels/css-panel/style-sheets-view.reel/style-sheets-view.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/js/panels/css-panel/style-sheets-view.reel/style-sheets-view.css b/js/panels/css-panel/style-sheets-view.reel/style-sheets-view.css new file mode 100644 index 00000000..dfb67d13 --- /dev/null +++ b/js/panels/css-panel/style-sheets-view.reel/style-sheets-view.css | |||
@@ -0,0 +1,19 @@ | |||
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 | .style-sheets-view-container ul { | ||
7 | margin: 0; | ||
8 | padding: 0; | ||
9 | } | ||
10 | .style-sheets-view-container li { | ||
11 | list-style-type: none; | ||
12 | margin: 0 8px; | ||
13 | } | ||
14 | .style-sheets-view-container li:first-child { | ||
15 | margin-top: 5px; | ||
16 | } | ||
17 | .style-sheets-view-container li:last-child { | ||
18 | margin-bottom: 5px; | ||
19 | } \ No newline at end of file | ||