We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f453793 commit e767866Copy full SHA for e767866
index.html
@@ -6,27 +6,19 @@
6
<link rel="author" href="/humans.txt" />
7
<style>
8
body {
9
- text-align: center;
10
- margin: 1em 0 0 0;
11
- vertical-align: middle;
12
- font-family: 'Lucida Console', 'Courier New';
+ font-family: 'Lucida Console', 'Courier New', monospace;
13
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;
+ line-height: 1.2em;
21
}
22
#content {
23
width: 760px;
24
text-align: left;
25
margin: 1em auto;
26
27
.permalink {
28
- font-size: 50%;
+ font-size: .5em;
29
color: #ddd;
+ line-height: 1em;
30
31
.permalink a {
32
text-decoration: none;
0 commit comments