summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorMike Ossmann <mike@ossmann.com>2011-08-13 02:04:02 +0000
committerMike Ossmann <mike@ossmann.com>2011-08-13 02:04:02 +0000
commitad192f97b007053898e84f7bfcb9409a98cfe720 (patch)
tree19c30624d3987b3ffaba58a50ae20c9012903dd7 /web
parentd0d33d7b6bedd24b9894ec84ddde20f5e49a9c23 (diff)
fixed css bug: http://www.timrivera.com/tests/hover.html
Diffstat (limited to 'web')
-rw-r--r--web/content/hardware/one.html2
-rw-r--r--web/content/stylesheet.css4
2 files changed, 5 insertions, 1 deletions
diff --git a/web/content/hardware/one.html b/web/content/hardware/one.html
index f33ba25..599c234 100644
--- a/web/content/hardware/one.html
+++ b/web/content/hardware/one.html
@@ -47,7 +47,7 @@ preferred platform.</p>
href="http://kicad.sourceforge.net/wiki/index.php/Main_Page">KiCad</a>, an open
source electronic design automation software package, with surface mount
components suitable for <a
-href="http://www.sparkfun.com/tutorials/59">reflow</a>.
+href="http://www.sparkfun.com/tutorials/59">reflow</a>.</p>
<h2><a name="pins" />pins and LEDs</h2>
diff --git a/web/content/stylesheet.css b/web/content/stylesheet.css
index 134df57..3d64e8d 100644
--- a/web/content/stylesheet.css
+++ b/web/content/stylesheet.css
@@ -22,6 +22,10 @@ a:hover {
color: #39f;
}
+a[name]:hover {
+ color: inherit;
+}
+
#main {
position: absolute;