diff options
author | Nick White <git@njw.me.uk> | 2011-10-16 16:47:50 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2011-10-16 16:47:50 +0100 |
commit | c3bcc40c5f7ad3e39a35a8f358e7ba408662d873 (patch) | |
tree | 4b9bfa468b6219ac62e29b9d5d4df2ba45f94d49 /Makefile | |
parent | 7aa02798ab9d82d287554d10f29777a1352aaa9a (diff) |
Simplify webpage css
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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>" >> $@ |