No need to set variable to NULL
[TortoiseGit.git] / test / UnitTests / resources / patches / old-git-diff.patch
blobd5a5adc9f6f5549e2576d8832ef506138633b331
1 diff --git a/doc/doc.build b/doc/doc.build
2 index 36d19f2..365406a 100644
3 --- a/doc/doc.build
4 +++ b/doc/doc.build
5 @@ -19,7 +19,7 @@ All user/site specific configuration is stored in doc.build.user.
6 </description>
8 <!-- default: we don't clean first -->
9 - <property name="cleanup" value="" overwrite="false" />
10 + <property name="cleanup" value="yes" overwrite="false" />
12 <include buildfile="doc.build.include"/>
14 diff --git a/doc/doc.build.include b/doc/doc.build.include
15 index 69bd153..ca2f366 100644
16 --- a/doc/doc.build.include
17 +++ b/doc/doc.build.include
18 @@ -36,7 +36,7 @@ This will only build the english HTML help file for TortoiseGit
20 <!-- pdf,chm,html,htmlsingle -->
21 <property name="docformats"
22 - value="chm"
23 + value="html"
24 unless="${property::exists('docformats')}"
27 diff --git a/doc/source/styles_chm.css b/doc/source/styles_chm.css
28 index 607887c..f87bca1 100644
29 --- a/doc/source/styles_chm.css
30 +++ b/doc/source/styles_chm.css
31 @@ -79,29 +79,6 @@ div.navheader table th {
32 font-size: medium;
35 -/* normal text in the footer */
36 -div.navfooter table td {
37 - color: black;
40 -div.navheader table td a,
41 -div.navfooter table td a {
42 - color: #black;
43 - text-decoration: none;
46 -/* links in header and footer */
47 -div.navheader table td a:hover,
48 -div.navfooter table td a:hover {
49 - text-decoration: underline;
50 - background-color: transparent;
53 -div.navheader table td a:visited,
54 -div.navfooter table td a:visited {
55 - color: black;
58 div.navheader hr, div.navfooter hr{
59 display: none;
61 @@ -121,12 +98,7 @@ div.glossary {
63 /* table of contents */
64 div.toc {
65 - border: 1px solid black;
66 - padding: 0px 10px;
67 - background-color: #fff9cd;
68 - color: black;
69 margin-bottom: 1cm;
70 - width: 80%;
73 div.toc b { font-size: 140%; }
74 @@ -148,21 +120,23 @@ div.table title { background-color: #FFFFFF; width:100%; border: 0px; }
75 div.table p { text-align: center; }
76 div.table tr td p { text-align: left; }
77 div.table table {
78 - background-color: #7099C5;
79 font-size: 90%;
80 border-width: 0px;
82 div.table th {
83 text-align: center;
84 color: white;
85 - background-color: #7099C5;
86 + background-color: #4b8eb4;
87 padding: 1px 4px 1px 4px;
88 border: none;
89 vertical-align: top;
91 -div.table tr {
92 +div.table tr:nth-child(odd) {
93 background-color: #f0f0ff;
95 +div.table tr:nth-child(even) {
96 + background-color: #ffffff;
98 div.table td {
99 vertical-align: top;
100 padding: 2px 4px 1px 4px;
101 @@ -267,7 +241,6 @@ div.literallayout p {
103 div.literallayout {
104 font-family: monospace;
105 -# margin: 0.5em 10% 0.5em 1em;
106 margin: 0em;
107 color: navy;
108 border: 1px solid silver;
109 diff --git a/doc/source/styles_html.css b/doc/source/styles_html.css
110 index b2127f7..d41e7c3 100644
111 --- a/doc/source/styles_html.css
112 +++ b/doc/source/styles_html.css
113 @@ -20,14 +20,6 @@ H1, H2, H3 H4
114 P,LI,UL,OL,DD,DT,TD
117 -p a, p a:hover {
118 - margin-left: 5px;
119 - padding-left: 10px;
120 - background-image: url("images/link.png");
121 - background-repeat: no-repeat;
122 - background-position: center left;
125 /* Don't display indexterms */
126 .indexterm {
127 margin: 0;