From 6c668b14fcc9663f20f65561c417ee43c7c9ca28 Mon Sep 17 00:00:00 2001 From: yomguy <> Date: Fri, 12 Feb 2010 17:32:10 +0000 Subject: [PATCH] justify content text --- telemeta/htdocs/css/telemeta.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/telemeta/htdocs/css/telemeta.css b/telemeta/htdocs/css/telemeta.css index a5d823bd..526043df 100644 --- a/telemeta/htdocs/css/telemeta.css +++ b/telemeta/htdocs/css/telemeta.css @@ -621,6 +621,10 @@ table.listing tbody tr:hover { background: #f7f8fa !important } margin-top: 0.8em; } +.rst-content { + text-align: justify; +} + .rst-content img { margin: 1.5em; } -- 2.39.5