11 lines
169 B
CSS
11 lines
169 B
CSS
/*li {
|
|
list-style: none;
|
|
background: #d1703c;
|
|
color: #fff;
|
|
height: 0;
|
|
line-height: 1em;
|
|
margin: 0;
|
|
padding: 0 0.5em;
|
|
overflow: hidden;
|
|
width: 20em;
|
|
}*/ |