mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-06 19:59:44 +01:00
got rid of logo border on IE & Firefox
This commit is contained in:
@@ -10,7 +10,7 @@ _header = '''
|
||||
<div class="container">'''
|
||||
|
||||
_logobar = '''
|
||||
<div class="logo"><a href="/"><img src="data/images/headphoneslogo.png">headphones<a></div>
|
||||
<div class="logo"><a href="/"><img src="data/images/headphoneslogo.png" border="0">headphones<a></div>
|
||||
<div class="search"><form action="findArtist" method="GET">
|
||||
<input type="text" value="Add an artist" onfocus="if
|
||||
(this.value==this.defaultValue) this.value='';" name="name" />
|
||||
|
||||
Reference in New Issue
Block a user