From 336e67c6d229c7ed4df3f5c483421493e45c9fb5 Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Fri, 8 Jan 2010 11:52:59 +0000 Subject: [PATCH] Rearranged instructions, system_notice list-style-position --- theme/base/css/display.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 47afdabe30..2031aed216 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -1328,9 +1328,7 @@ padding-right:30px; .hentry .entry-content p { margin-bottom:18px; } -.system_notice ul, -.instructions ul, -.hentry entry-content ol, +.hentry .entry-content ol, .hentry .entry-content ul { margin-left:1.795%; } @@ -1502,6 +1500,7 @@ margin-left:0; width:auto; } +.system_notice ul, .instructions ul { list-style-position:inside; }