Da habe ich schon reingeschaut.
Code:
/**
* Example CSS File RD Glossary
* @version $ID$
* @package RD_GLOSSARY
* @copyright Copyright (C) 2005 run-digital
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
*
* This is free software
**/
ul.index {
list-style-type:none;
border:solid 0px #000;
font-weight:normal;
margin: 0 0 0 0px;
padding:5px;
background:none;
}
ul.index li {
list-style-type: none;
list-style-image: none;
display:inline;
border-right: 1px solid #000;
padding: 0 5px 0 5px;
margin: 0;
font-size:1em;
background:none;
}
dt {
font-family:'Times New Roman',Times,serif;
letter-spacing:0.1em;
font-size:1.3em;
text-transform:uppercase;
margin:20px 0 20px 20px;
color:#000;
padding:2px 2px 2px 5px;
border-bottom: 2px solid #eee;
}
dd {
line-height:1.5em;
}
/** EOF **/
Es ist leider kein Hinweis darauf zu finden, wie und wo sie eingebaut werden kann.
Lesezeichen