1
0
This repository has been archived on 2025-06-14. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
LuckyCoinkydink/htmlarea/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;
}