Skip to content

Commit e767866

Browse files
committed
Clean Up Template File CSS
Remove CSS styles that use default or invalid values Add monospace font-family in case fonts are missing Convert units to EMs for consistency
1 parent f453793 commit e767866

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

index.html

+4-12
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,19 @@
66
<link rel="author" href="/humans.txt" />
77
<style>
88
body {
9-
text-align: center;
10-
margin: 1em 0 0 0;
11-
vertical-align: middle;
12-
font-family: 'Lucida Console', 'Courier New';
9+
font-family: 'Lucida Console', 'Courier New', monospace;
1310
font-size: 26pt;
14-
font-style: normal;
15-
text-shadow: none;
16-
text-decoration: none;
17-
text-transform: none;
18-
letter-spacing: 0;
19-
word-spacing: 0;
20-
line-height: 1.2;
11+
line-height: 1.2em;
2112
}
2213
#content {
2314
width: 760px;
2415
text-align: left;
2516
margin: 1em auto;
2617
}
2718
.permalink {
28-
font-size: 50%;
19+
font-size: .5em;
2920
color: #ddd;
21+
line-height: 1em;
3022
}
3123
.permalink a {
3224
text-decoration: none;

0 commit comments

Comments
 (0)