summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2011-11-19 18:00:13 +0000
committerNick White <git@njw.me.uk>2011-11-19 18:00:13 +0000
commit62597719d0181db17c120ae1398a66ad199c92aa (patch)
tree6e87241f88c876e798630450601acef68d19be6b
parent53c1af082beec624bf160a02ed43686e0e68f476 (diff)
Update webpage css a touch
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 09c0c97..4969aaf 100644
--- a/Makefile
+++ b/Makefile
@@ -98,7 +98,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:thin dotted;}" >> $@
+ echo "a {text-decoration:none; border-bottom:thin dotted;}" >> $@
echo "</style></head><body>" >> $@
smu < README >> $@
echo "<h2>download</h2>" >> $@