We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35eb24f commit d610c39Copy full SHA for d610c39
src/static/a/comments.css
@@ -12,12 +12,29 @@ table.comments td p:last-of-type {
12
margin-bottom: 0px;
13
}
14
table.comments td:first-child {
15
- width: 200px;
+ padding-top: 8px;
16
+ min-width: 200px;
17
+ max-width: 200px;
18
19
table.comments td:last-child {
- font-size: small;
20
+ font-size: 10pt;
21
+ line-height: 12pt;
22
-time.comment_timestamp {
23
+
24
+table.comments time.comment_timestamp {
25
color: rgba(128,128,128,1);
26
font-size: smaller;
27
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