libreccm-legacy/ccm-cms/web/assets/xinha/plugins/DefinitionList/definition-list.css

21 lines
436 B
CSS
Executable File

dl { border: 1px dotted #800000; }
dt {
width: 18px;
height: 18px;
background-image: url(img/ed_dt.gif);
background-repeat: no-repeat;
background-position: left top;
padding-left: 19px;
display: block;
color: #800000;
}
dd {
width: 18px;
height: 18px;
background-image: url(img/ed_dd.gif);
background-repeat: no-repeat;
background-position: left top;
padding-left: 19px;
display: block;
color: #800000;
}