eef3a509fa
-- Note this code misses all the legal boilerplate; please add this as soon as possible and provide a DCO so we can merge it into master. I also removed the dist/ directory because that was not source code.
11 lines
129 B
CSS
11 lines
129 B
CSS
ul {
|
|
list-style-type: none;
|
|
padding-left: 0px;
|
|
}
|
|
|
|
ul li span {
|
|
float: left;
|
|
width: 120px;
|
|
margin-top: 6px;
|
|
}
|