1
0
Fork 0

Reduced font size of sup tag in template (for references)

Was strongly impacting the line height, which was rather ugly.
master
Mike Gerwitz 2013-03-15 16:31:52 -04:00
parent 8b6e57709d
commit 818a595e85
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ cat <<EOF
<head> <head>
<title>$subject</title> <title>$subject</title>
<style type="text/css"> <style type="text/css">
sup { font-size: 0.6em; }
:target { background-color: #fce94f; } :target { background-color: #fce94f; }
</style> </style>
</head> </head>