Skip to content

Commit d610c39

Browse files
committed
Adjust CSS for comments
1 parent 35eb24f commit d610c39

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

src/static/a/comments.css

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,29 @@ table.comments td p:last-of-type {
1212
margin-bottom: 0px;
1313
}
1414
table.comments td:first-child {
15-
width: 200px;
15+
padding-top: 8px;
16+
min-width: 200px;
17+
max-width: 200px;
1618
}
1719
table.comments td:last-child {
18-
font-size: small;
20+
font-size: 10pt;
21+
line-height: 12pt;
1922
}
20-
time.comment_timestamp {
23+
24+
table.comments time.comment_timestamp {
2125
color: rgba(128,128,128,1);
2226
font-size: smaller;
2327
}
28+
29+
table.comments blockquote {
30+
margin: 10px 0px;
31+
}
32+
table.comments blockquote:first-child {
33+
margin-top: 0px;
34+
}
35+
table.comments blockquote:last-child {
36+
margin-bottom: 0px;
37+
}
38+
table.comments code {
39+
width: 518px;
40+
}

0 commit comments

Comments
 (0)