18 lines
171 B
CSS
18 lines
171 B
CSS
@charset "utf-8";
|
|
|
|
@import url("browser.css");
|
|
|
|
dl dt{
|
|
margin-left: 1em;
|
|
margin-top: 1em;
|
|
font-weight: bold;
|
|
}
|
|
|
|
dl dd{
|
|
margin-left: 2em;
|
|
}
|
|
|
|
dl{
|
|
margin-bottom: 0em;
|
|
}
|