]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs: align tables vertically to top
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 22 Feb 2021 20:10:04 +0000 (21:10 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 22 Feb 2021 21:29:34 +0000 (22:29 +0100)
Fixes #18706.

docs/style.css

index 8a2ae719da8e4e53fd1240106c23044954cbbf01..951e3f5a48bed96b989cfd725d50693703ff1bc8 100644 (file)
@@ -116,6 +116,11 @@ footer {
   margin-top: 4rem;
 }
 
+/* Make tables vertically aligned to the top */
+tbody td {
+  vertical-align: top;
+}
+
 /* Github Code Highlighting */
 .highlight table td { padding: 5px; }
 .highlight table pre { margin: 0; }