Skip to content
Snippets Groups Projects
Commit a07e7a4f authored by Klap-in's avatar Klap-in
Browse files

Merge branch 'master' of github.com:splitbrain/dokuwiki

parents 98e31f85 712b791c
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,7 @@ div {
ul,
ol {
padding: 0 0 0 0.5em;
padding: 0 0 0 1.5em;
}
[dir=rtl] ul,
[dir=rtl] ol {
......@@ -146,8 +146,8 @@ li li {
font-size: 100%;
}
ul { list-style: square inside; }
ol { list-style: decimal inside; }
ul { list-style: square outside; }
ol { list-style: decimal outside; }
ol ol { list-style-type: lower-alpha; }
ol ol ol { list-style-type: upper-roman; }
ol ol ol ol { list-style-type: upper-alpha; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment