Skip to content

Commit 5ada8b4

Browse files
committed
better menu - only round top corners; alt text/title to logo image
1 parent d44e452 commit 5ada8b4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

index.html

+4-2
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,11 @@
6060
height: 25px;
6161
vertical-align: top;
6262
text-align: center;
63-
border-radius: 6px;
63+
border-top-left-radius: 8px;
64+
border-top-right-radius: 8px;
6465
border-width: 2px;
6566
}
67+
6668
a.menu-link, a.menu-link:visited, a.menu-link:active{
6769
font-size: 16px;
6870
font-weight: bold;
@@ -85,7 +87,7 @@
8587
<tr>
8688
<td width=10 rowspan="2">&nbsp;</td>
8789
<td rowspan="2">
88-
<a href="https://www.sparkfun.com" target="_blank"><img src="resource/sparkfun-logo.png"></a>
90+
<a href="https://www.sparkfun.com" target="_blank" title="www.sparkfun.com"><img src="resource/sparkfun-logo.png"></a>
8991
</td>
9092
<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td>
9193
</tr>

0 commit comments

Comments
 (0)