forked from progit2-fa/progit2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocinfo.html
More file actions
27 lines (27 loc) · 731 Bytes
/
docinfo.html
File metadata and controls
27 lines (27 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<style>
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, #toctitle, .sidebarblock>.content>.title, form, p, blockquote, th, td, #content, .title {
direction: rtl;
text-align: right; /* Fallback align for converted outputs such as Docx */
text-align: justify;
}
code {
direction: ltr;
unicode-bidi: embed;
}
/* Force Right align to some elements */
th, .title {
text-align: right !important;
}
/* For TOC */
ul[class^="sectlevel"] {
margin-right: 1.25em;
margin-left: 0;
margin-bottom: 0;
font-size: 1em;
}
/* For lists */
ul, ol {
margin-right: 1.5em;
margin-left: 0;
}
</style>