summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f76bb09..c87e90d 100644
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,7 @@ index.html: doap.ttl README
echo '<style type="text/css">' >> $@
echo "body {font-family:sans-serif; width:38em; margin:auto; max-width:94%;}" >> $@
echo "h1 {font-size:1.6em; text-align:center;}" >> $@
- echo "a {text-decoration:none; border-bottom-width:thin; border-bottom-style:dotted;}" >> $@
+ echo "a {text-decoration:none; border:thin dotted;}" >> $@
echo "</style></head><body>" >> $@
smu < README >> $@
echo "<h2>download</h2>" >> $@