16 lines
289 B
CSS
16 lines
289 B
CSS
|
body.AdminThemeDefault .content ul.bullets li,
|
||
|
body.AdminThemeReno .content ul.bullets li {
|
||
|
display: list-item;
|
||
|
list-style: disc;
|
||
|
margin-left: 2em;
|
||
|
padding-left: 0;
|
||
|
margin-top: 0;
|
||
|
margin-bottom: 0;
|
||
|
}
|
||
|
span.pro {
|
||
|
font-size: 12px;
|
||
|
color: #999;
|
||
|
}
|
||
|
span.links {
|
||
|
white-space: nowrap;
|
||
|
}
|