Reduced font size of sup tag in template (for references)
Was strongly impacting the line height, which was rather ugly.master
parent
8b6e57709d
commit
818a595e85
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue