mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-22 08:53:59 +01:00
got rid of logo border on IE & Firefox
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ _header = '''
|
|||||||
<div class="container">'''
|
<div class="container">'''
|
||||||
|
|
||||||
_logobar = '''
|
_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">
|
<div class="search"><form action="findArtist" method="GET">
|
||||||
<input type="text" value="Add an artist" onfocus="if
|
<input type="text" value="Add an artist" onfocus="if
|
||||||
(this.value==this.defaultValue) this.value='';" name="name" />
|
(this.value==this.defaultValue) this.value='';" name="name" />
|
||||||
|
|||||||
Reference in New Issue
Block a user