diff options
Diffstat (limited to 'themes/clouds/css-1.5.2/style.css')
| -rw-r--r-- | themes/clouds/css-1.5.2/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/clouds/css-1.5.2/style.css b/themes/clouds/css-1.5.2/style.css index 5b1335fdd3..e8b20eb600 100644 --- a/themes/clouds/css-1.5.2/style.css +++ b/themes/clouds/css-1.5.2/style.css @@ -2095,6 +2095,8 @@ font-size:100%; border: solid thin #000; padding: 3px; } +.markdown ol, .markdown ul {margin: 12px 0 12px 40px;} +html[dir=rtl] .markdown ol, html[dir=rtl] .markdown ul {margin-right: 40px;} #main_name { color:#555555; |
