From ee419454f48e96ecb68913eea28d4688172ebe37 Mon Sep 17 00:00:00 2001
From: z3d <z3d@mail.i2p>
Date: Thu, 23 Jul 2009 18:56:12 +0000
Subject: [PATCH] Remove superfluous and slightly irritating display:inline
 from orderered lists in light theme.

---
 installer/resources/themes/console/light/console.css | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css
index cbe52417c5..e0814b9ff6 100644
--- a/installer/resources/themes/console/light/console.css
+++ b/installer/resources/themes/console/light/console.css
@@ -319,11 +319,8 @@ div.main li {
 }
 
 ol {
-/* 
-     white-space: pre-wrap;
-*/
-     display: inline;
-     margin: 1px 0 0 0;
+
+     margin: 1px 0 0 5px;
      padding: 1px 0 0 20px;
 }
 
-- 
GitLab