diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-06-26 06:35:19 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-06-26 06:35:19 +0000 |
commit | 8dd3af0e1497f938bee47da502b0e697f52eb198 (patch) | |
tree | bae38ad936afca560c678b0b19cafdbea4734a57 /UI | |
parent | d7af4e70d29dc0e5c550efc5967f0f29af4d238b (diff) |
Making the login html/css more scalable
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1330 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'UI')
-rw-r--r-- | UI/login.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UI/login.html b/UI/login.html index e34ac9c0..3ef93128 100644 --- a/UI/login.html +++ b/UI/login.html @@ -43,7 +43,7 @@ <center> <div class="login" border="3"> <div class="login" align="center"> - <a href="http://www.ledgersmb.org/" target="_top"><img src="images/ledgersmb.png" width="200" heith="100" border="0" alt="LedgerSMB Logo" /></a> + <a href="http://www.ledgersmb.org/" target="_top"><img src="images/ledgersmb.png" class="logo" alt="LedgerSMB Logo" /></a> <h1 class="login" align="center">Version SVN Trunk</h1> <p> <form method="post" action="login.pl" name="login"> |