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 5cd4201 commit 6c0ca7cCopy full SHA for 6c0ca7c
static/css/all.css
@@ -314,14 +314,22 @@ div.blogmark table {
314
div.entry table th,
315
div.entry table td,
316
div.blogmark table th,
317
-div.blogmark table td
318
-{
+div.blogmark table td,
+div.note table th,
319
+div.note table td {
320
font-size: 0.9em;
321
padding-right: 0.5em;
322
}
323
+div.entry table td,
324
325
326
+ vertical-align: top;
327
+ padding-bottom: 0.3em;
328
+ padding-top: 0.3em;
329
+}
330
-div.blogmark table th {
- padding: 0 1em 0 0;
331
+div.blogmark table th,
332
+div.note table th {
333
font-weight: bold;
334
border-bottom: 1px solid #666;
335
0 commit comments