diff options
author | Sarven Capadisli <csarven@status.net> | 2010-01-08 11:52:59 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-01-08 11:52:59 +0000 |
commit | 336e67c6d229c7ed4df3f5c483421493e45c9fb5 (patch) | |
tree | 19a77744506bf1f41dd5ffda7b05e1daf5b5ceb9 /theme/base/css | |
parent | ce761c714284ddf8db4556757fc62e1051f701f7 (diff) |
Rearranged instructions, system_notice list-style-position
Diffstat (limited to 'theme/base/css')
-rw-r--r-- | theme/base/css/display.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 47afdabe3..2031aed21 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; } |