Thu May 10 17:00:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>

* docs/libvir.html, docs/libvirt.css, docs/remote.html:
	  Added documentation for TLS certificates and libvirtd.conf.
	  CSS changes makes the tables look nicer.  remote.html is
	  a generated file.
This commit is contained in:
Richard W.M. Jones
2007-05-10 15:55:39 +00:00
parent 0d555708bd
commit 1815534ef0
4 changed files with 996 additions and 11 deletions

View File

@@ -169,3 +169,12 @@ pre.programlisting
border-style: double;
background: #F0F0F0;
}
table.top_table {
border-collapse: collapse;
}
table.top_table th, table.top_table td {
vertical-align: top;
border: 1px solid #f0f0f0;
}