From: Sarven Capadisli <csarven@status.net>
Date: Wed, 13 Jan 2010 21:07:01 +0000 (+0000)
Subject: Changed to margin instead of list position in order to avoid text
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5d88e6435f5b6725c09480a7d7cd4a8a80a62202;p=quix0rs-gnu-social.git

Changed to margin instead of list position in order to avoid text
wrapping from the bullet point
---

diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index cdacb9a629..e89661637e 100644
--- a/theme/base/css/display.css
+++ b/theme/base/css/display.css
@@ -1502,7 +1502,7 @@ width:auto;
 
 .system_notice ul,
 .instructions ul {
-list-style-position:inside;
+margin-left:1em;
 }
 .instructions p,
 .instructions ul {