[libvirt] [PATCH] docs: Format text in <p/> into a block

Michal Privoznik mprivozn at redhat.com
Fri Dec 2 11:02:54 UTC 2016


With the rework of our webpage I've also noticed that we can make
our <p/> block look more uniform: stretch the lines so that each
has the equal width. Just like if you hit "align to block" in
your favourite text editor.

Signed-off-by: Michal Privoznik <mprivozn at redhat.com>
---
 docs/generic.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/generic.css b/docs/generic.css
index a6b2354df..4c8887d6d 100644
--- a/docs/generic.css
+++ b/docs/generic.css
@@ -14,6 +14,7 @@ p, ul, ol, dl {
 p {
   margin-top: 1em;
   margin-bottom: 1em;
+  text-align: justify;
 }
 
 ul, ol {
-- 
2.11.0




More information about the libvir-list mailing list