You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
240 B
22 lines
240 B
6 years ago
|
ul {
|
||
|
list-style-type: none ;
|
||
|
}
|
||
|
|
||
|
ul.contents {
|
||
|
padding: 0 ;
|
||
|
}
|
||
|
|
||
|
table {
|
||
|
border: none ;
|
||
|
border-spacing: 0 ;
|
||
|
border-collapse: collapse ;
|
||
|
}
|
||
|
|
||
|
td {
|
||
|
vertical-align: top ;
|
||
|
padding: 0 ;
|
||
|
text-align: left ;
|
||
|
line-height: 1.25 ;
|
||
|
width: 15% ;
|
||
|
}
|