summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2010-01-13 21:07:01 +0000
committerSarven Capadisli <csarven@status.net>2010-01-13 21:07:01 +0000
commit5d88e6435f5b6725c09480a7d7cd4a8a80a62202 (patch)
tree630a8e3472bc6123a854c1352b8550e9ec0a08ec /theme
parentc3188fd1fece2be7f7c4211d28f4a3d3a59c8fa1 (diff)
Changed to margin instead of list position in order to avoid text
wrapping from the bullet point
Diffstat (limited to 'theme')
-rw-r--r--theme/base/css/display.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index cdacb9a62..e89661637 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 {