]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Changed to margin instead of list position in order to avoid text
authorSarven Capadisli <csarven@status.net>
Wed, 13 Jan 2010 21:07:01 +0000 (21:07 +0000)
committerSarven Capadisli <csarven@status.net>
Wed, 13 Jan 2010 21:07:01 +0000 (21:07 +0000)
wrapping from the bullet point

theme/base/css/display.css

index cdacb9a62989493a579b7456561ae1a384304c47..e89661637e0fc82c3ab4ed3f8b8cb51ee25dc210 100644 (file)
@@ -1502,7 +1502,7 @@ width:auto;
 
 .system_notice ul,
 .instructions ul {
-list-style-position:inside;
+margin-left:1em;
 }
 .instructions p,
 .instructions ul {