Skip to content

Commit f51e466

Browse files
committed
(Partial) RTL support is back.
1 parent 1628204 commit f51e466

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

docinfo.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<style>
2-
div,dl,dt,dd,ul,ol,li,h1,h2,h3,#toctitle,.sidebarblock>.content>.title,h4,h5,h6,form,p,blockquote,th,td,#content{
2+
div, dl, dt, dd, ul, ol, li, h1, h2, h3, #toctitle, .sidebarblock>.content>.title, h4, h5, h6, form, p, blockquote, th, td, #content {
33
direction: rtl;
44
text-align: justify;
55
}
6-
7-
</style>
6+
</style>

progit.asc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Pro Git
22
=======
33
Scott Chacon; Ben Straub
4-
:doctype: book
5-
:docinfo:
4+
:doctype: book
5+
:docinfo: shared
66
:toc:
77
:toclevels: 2
88
:pagenums:

0 commit comments

Comments
 (0)