]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Align table cells on top
authorPhilipp Hahn <hahn@univention.de>
Thu, 11 Aug 2011 12:40:38 +0000 (14:40 +0200)
committerEric Blake <eblake@redhat.com>
Thu, 11 Aug 2011 19:42:22 +0000 (13:42 -0600)
When the description of an entry is too long and needs multiple lines,
all other table cells of the same row are currently vertically aligned
on center. Without row borders or different background colors for
alternating rows this is hard to read.

Change the style-sheet to align the table cells of a row on top.

Signed-off-by: Philipp Hahn <hahn@univention.de>
docs/libvirt.css

index 049e3320db8174800127e9b8e762aa6dfd7025af..6e54b7316316ca33d5a4083449b349a6ea0a8a6b 100644 (file)
@@ -199,6 +199,10 @@ div.api table {
     whitespace: pre;
 }
 
+div.api table td, div.variablelist table td {
+    vertical-align: top;
+}
+
 
 h1 a, h2 a, h3 a, h4 a, h5 a {
     color: inherit;