mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
prevent border on linked image in firefox
This commit is contained in:
parent
0629dd0c41
commit
505e66d503
3 changed files with 3 additions and 3 deletions
|
|
@ -14,5 +14,5 @@
|
|||
<li><a href=f>randoms</a></li>
|
||||
</ul>
|
||||
<p id=promoteJS>
|
||||
<a href=https://developer.mozilla.org/en/JavaScript/Guide title='JS Tutorial, JavaScript Tutorial, JavaScript Guide, Learn JavaScript JS, How To Learn JS, Learning JavaScript'><img src=http://static.jsconf.us/promotejshs.png height=150 width=180 alt='JS Tutorial, JavaScript Tutorial, JavaScript Guide, Learn JavaScript JS, How To Learn JS, Learning JavaScript'></a>
|
||||
<a class=img href=https://developer.mozilla.org/en/JavaScript/Guide title='JS Tutorial, JavaScript Tutorial, JavaScript Guide, Learn JavaScript JS, How To Learn JS, Learning JavaScript'><img src=http://static.jsconf.us/promotejshs.png height=150 width=180 alt='JS Tutorial, JavaScript Tutorial, JavaScript Guide, Learn JavaScript JS, How To Learn JS, Learning JavaScript'></a>
|
||||
</p>
|
||||
|
|
|
|||
|
|
@ -15,5 +15,5 @@
|
|||
<li><a href=strftime>strftime</a></li>
|
||||
</ul>
|
||||
<p id=promoteJS>
|
||||
<a href=https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Function title='JS Function arity'><img src=http://static.jsconf.us/promotejsh.gif height=150 width=180 alt='JS Function arity'/></a>
|
||||
<a class=img href=https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Function title='JS Function arity'><img src=http://static.jsconf.us/promotejsh.gif height=150 width=180 alt='JS Function arity'/></a>
|
||||
</p>
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ li a:active { color: #000
|
|||
; border-bottom: dashed 1px #000
|
||||
}
|
||||
|
||||
a { border: none }
|
||||
a.img { border: none }
|
||||
|
||||
a.up { font-size: 1.5em
|
||||
; text-shadow: none
|
||||
|
|
|
|||
Loading…
Reference in a new issue