<?php
/**
* Officers welcome page styles
*
* Autor: Florian "ApoY2k" Peschka
* Projekt: iLP System
* Paket: apoy2k.ilp.wrynn.lib.tpl
* Lizenz: CreativeCommons (by-nc-sa)
* Kontakt: hide@address.com
* Version: 2.1.1
*/
echo '<style type="text/css">
fieldset ul li {
padding: 0.5ex 0;
}
a.versionupdate {
display: block;
text-align: center;
margin: 0 0 1ex 0;
font-size: 150%;
font-weight: bold;
}
</style>';
?>