chrissy6930
Karma: 27
|
Re:Glossary footer - 2009/06/08 06:10
in v-classes/glossaryUserHTML.php find in function view:
| Code: | htmlopentag div id="glossarycredit" class="small" htmlclosetag
Glossary {$this->show(_GLOSSARY_VERSION)} is technology by htmlopentag a href="http://guru-php.com">Guru PHPhtmlopentag /a htmlclosetag
htmlopentag /div htmlclosetag
|
in glossary.css find at the very bottom:
| Code: | div#glossarycredit {
margin: 10px 20px 40px 20px;
}
|
|