blob: dfb67d133bc09939eec19ef64a298010d8410ebb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
/* <copyright>
This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
(c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
</copyright> */
.style-sheets-view-container ul {
margin: 0;
padding: 0;
}
.style-sheets-view-container li {
list-style-type: none;
margin: 0 8px;
}
.style-sheets-view-container li:first-child {
margin-top: 5px;
}
.style-sheets-view-container li:last-child {
margin-bottom: 5px;
}
|