diff options
| author | makitso <makitso@gmail.com> | 2014-02-13 17:57:49 -0600 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2014-02-13 17:57:49 -0600 |
| commit | d4061483c7652a0482232a2b23e4d47d4f75e50e (patch) | |
| tree | 758de8e50d36cf0fc97d4163b43373f1911ac2df /themes/clouds/css-1.5.2/style.css | |
| parent | ecc45724574ce1496c228422d51fa8ac225bf8cf (diff) | |
| download | webtrees-d4061483c7652a0482232a2b23e4d47d4f75e50e.tar.gz webtrees-d4061483c7652a0482232a2b23e4d47d4f75e50e.tar.bz2 webtrees-d4061483c7652a0482232a2b23e4d47d4f75e50e.zip | |
Bug 1279711] Markdown style for ordered and unordered lists for colors and clouds
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; |
