From f01e3dbc13f03ac3ecd73d8aa299aff0ab90c91b Mon Sep 17 00:00:00 2001
From: Morten Engvoldsen <morten.engvoldsen@nokia.com>
Date: Tue, 7 Sep 2010 10:45:09 +0200
Subject: [PATCH] Doc: fixing padding between list numbers and text.

---
 doc/templates/style/style.css | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/doc/templates/style/style.css b/doc/templates/style/style.css
index 2e08a3a60e8..3b5276760e7 100644
--- a/doc/templates/style/style.css
+++ b/doc/templates/style/style.css
@@ -794,13 +794,12 @@
 		padding-left:12px;
     }
 
-
-
-
-
-
-
-
+    .wrap .content ol li
+    {
+	background:none;
+    margin-bottom: 10px; 
+	padding-left:0px;
+    }
 
     .content li:hover  {}
 
-- 
GitLab