diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-07-24 17:16:36 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-07-24 17:16:36 +0000 |
commit | a2a663220542b0731f0f6695522598aed8d886de (patch) | |
tree | 7eccc90771d2c1f8dbdd5992e626364023f2aac9 /themes/default/templates | |
parent | b97020d32344f5309d0f85c55d679b0139a70a86 (diff) |
made license text visible again after changing background color
git-svn-id: file:///var/lib/svn/phpfspot/trunk@251 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'themes/default/templates')
-rw-r--r-- | themes/default/templates/index.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/templates/index.tpl b/themes/default/templates/index.tpl index 136659e..4aee6cf 100644 --- a/themes/default/templates/index.tpl +++ b/themes/default/templates/index.tpl @@ -39,8 +39,8 @@ </td> </tr> </table> - <div style="text-align: right; font-size: 10px; color: #ffffff"> - Licensed under GPLv3, <a href="http://oss.netshadow.at/oss/phpfspot/Project" style="font-size: 10px; color: #ffffff">phpfspot</a> + <div style="text-align: right; font-size: 10px; color: #000000; margin-right: 10px;"> + Licensed under GPLv3, <a href="http://oss.netshadow.at/oss/phpfspot/Project" style="font-size: 10px; color: #000000">phpfspot</a> </div> </body> {include file="footer.tpl"} |