diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-12-25 10:04:27 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-12-25 10:04:27 +0000 |
commit | 27158141ee1a14b7d23ae8997d2c41b49fc904d9 (patch) | |
tree | 2180fff67d21ffdbab32f2105cff3c7275b6b511 /templates/show_login_form.inc | |
parent | 5415c2e847032896907946c98d68a254399e4416 (diff) | |
download | ampache-27158141ee1a14b7d23ae8997d2c41b49fc904d9.tar.gz ampache-27158141ee1a14b7d23ae8997d2c41b49fc904d9.tar.bz2 ampache-27158141ee1a14b7d23ae8997d2c41b49fc904d9.zip |
initial ratings mojo, some stylesheet fixes, changed user preferences again and a db update
Diffstat (limited to 'templates/show_login_form.inc')
-rw-r--r-- | templates/show_login_form.inc | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/templates/show_login_form.inc b/templates/show_login_form.inc index c7351854..09612512 100644 --- a/templates/show_login_form.inc +++ b/templates/show_login_form.inc @@ -69,14 +69,10 @@ if (preg_match($subject,$_SERVER['HTTP_HOST'])) { </form> <p align="center"> <a href="http://validator.w3.org/check/referer"> - <img style="padding:0;border:0;width:68px;height:19px" - src="http://www.w3.org/Icons/valid-xhtml10" - alt="Valid XHTML 1.0!" /> + <img style="padding:0;border:0;" src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" /> </a> <a href="http://jigsaw.w3.org/css-validator/check/referer"> - <img style="padding:0;border:0;width:68px;height:19px" - src="http://jigsaw.w3.org/css-validator/images/vcss" - alt="Valid CSS!" /> + <img style="padding:0;border:0;" src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!" /> </a> </p> <?php if ($show_copyright == 1) { ?> |