From 190650060acd91454f0807853043868373ecb1cd Mon Sep 17 00:00:00 2001
From: Simon L'nu <simon.lnu@gmail.com>
Date: Mon, 5 Mar 2012 18:16:51 -0500
Subject: [PATCH] forgot a small change in .field_help

Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
---
 view/theme/dispy/style.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/view/theme/dispy/style.css b/view/theme/dispy/style.css
index bb0dda5a56..bda163b8f6 100644
--- a/view/theme/dispy/style.css
+++ b/view/theme/dispy/style.css
@@ -2132,7 +2132,7 @@ div[id$="wrapper"] br {
 }
 .field_help {
     display: block;
-    margin-left: 222px;
+    margin-left: 297px;
     color: #666;
 }
 .field .onoff {
@@ -2161,7 +2161,7 @@ div[id$="wrapper"] br {
 }
 
 .field.radio .field_help {
-    margin-left:0;
+    margin-left: 0;
 }
 
 
-- 
2.39.5