File tree Expand file tree Collapse file tree 6 files changed +35
-18
lines changed Expand file tree Collapse file tree 6 files changed +35
-18
lines changed Original file line number Diff line number Diff line change @@ -64,31 +64,32 @@ section dl.dl-horizontal {
64
64
color : var (--bs-danger-text-emphasis );
65
65
}
66
66
67
+ /* content */
68
+
67
69
.content {
68
70
color : var (--darktext );
69
71
70
72
section {
71
73
clear : both ;
72
74
}
73
- table {
74
- margin : .5em 1em ;
75
- }
76
- td {
77
- padding : 6px 4px ;
78
- }
79
75
.strong {
80
76
font-weight : bold ;
81
77
}
82
78
em {
83
79
font-style : italic ;
84
80
}
85
81
82
+ /* code listings (syntax highlighted) */
86
83
pre > code {
87
84
background-color : var (--black );
88
85
color : var (--white );
89
86
font-size : .92em ;
87
+ border-radius : .375rem ; /* var(--bs-alert-border-radius) */
88
+ padding : 1rem ; /* var(--bs-alert-padding-y) var(--bs-alert-padding-x) */
89
+ border : thin solid var (--lightgrey );
90
90
}
91
91
92
+ /* inline code */
92
93
code {
93
94
background-color : inherit ;
94
95
color : inherit ;
@@ -180,6 +181,7 @@ section dl.dl-horizontal {
180
181
border : 1px solid var (--grey );
181
182
}
182
183
184
+ /* nicer scroll targets */
183
185
a [name ] {
184
186
scroll-margin-top : 1rem ;
185
187
}
Original file line number Diff line number Diff line change 43
43
44
44
#poweredby {
45
45
float : right ;
46
- width : 120 px ;
47
- height : 56 px ;
46
+ width : 7.5 rem ;
47
+ height : 3.5 rem ;
48
48
margin-bottom : 1rem ;
49
49
background : url (../images/powered-by.svg ) no-repeat center ;
50
+ background-size : contain ;
50
51
}
51
52
52
53
73
74
}
74
75
}
75
76
76
- #copyright {
77
- width : 15rem ;
78
- text-align : right ;
79
- p {
80
- padding : 0 ;
81
- }
77
+ #copyright p {
78
+ padding : 0 ;
82
79
}
Original file line number Diff line number Diff line change 686
686
<title />
687
687
688
688
<tgroup cols =" 4" >
689
- <tbody >
689
+ <thead >
690
690
<row >
691
691
<entry > <para >Field name</para > </entry >
692
692
<entry > <para >Field type</para > </entry >
693
693
<entry > <para >Description</para > </entry >
694
694
<entry > <para >Comments</para > </entry >
695
695
</row >
696
+ </thead >
697
+ <tbody >
696
698
<row >
697
699
<entry > <para >DOCUMENT_URI</para > </entry >
698
700
<entry > <para >VARCHAR</para > </entry >
Original file line number Diff line number Diff line change 104
104
<table >
105
105
<title >Useful Maven targets</title >
106
106
<tgroup cols =" 2" >
107
+ <thead >
108
+ <row >
109
+ <entry ><para >Command</para ></entry >
110
+ <entry ><para >Description</para ></entry >
111
+ </row >
112
+ </thead >
107
113
<tbody >
108
114
<row >
109
115
<entry >
159
165
<table >
160
166
<title >Useful Maven properties and arguments</title >
161
167
<tgroup cols =" 2" >
168
+ <thead >
169
+ <row >
170
+ <entry ><para >Argument</para ></entry >
171
+ <entry ><para >Description</para ></entry >
172
+ </row >
173
+ </thead >
162
174
<tbody >
163
175
<row >
164
176
<entry >
Original file line number Diff line number Diff line change 196
196
<colspec colwidth =" 25%" />
197
197
<colspec colwidth =" 30%" />
198
198
<colspec colwidth =" 20%" />
199
- <tbody >
199
+ <thead >
200
200
<row >
201
201
<entry > <para >Field Name</para > </entry >
202
202
<entry > <para >Mandatory?</para > </entry >
203
203
<entry > <para >Allowed Values</para > </entry >
204
204
<entry > <para >Allowed Special Characters</para > </entry >
205
205
</row >
206
+ </thead >
207
+ <tbody >
206
208
<row >
207
209
<entry > <para >Seconds</para > </entry >
208
210
<entry > <para >YES</para > </entry >
336
338
<tgroup cols =" 2" >
337
339
<colspec colwidth =" 30%" />
338
340
<colspec colwidth =" 70%" />
339
- <tbody >
341
+ <thead >
340
342
<row >
341
343
<entry > <para >Expression</para > </entry >
342
344
<entry > <para >Meaning</para > </entry >
343
345
</row >
346
+ </thead >
347
+ <tbody >
344
348
<row >
345
349
<entry > <para > <code >0 0 12 * * ? </code > </para > </entry >
346
350
<entry > <para > Fire at 12pm (noon) every day </para > </entry >
Original file line number Diff line number Diff line change 132
132
133
133
<xsl : variable name =" spacing" as =" xs:string" select =" normalize-space((@spacing, 'normal')[1])" />
134
134
<xsl : call-template name =" do-anchor" />
135
- <dl class =" row {if ($spacing = 'normal') then 'wide' else ''}" >
135
+ <dl class =" {if ($spacing = 'normal') then 'wide' else ''}" >
136
136
137
137
<xsl : for-each select =" db5:varlistentry" >
138
138
<dt >
You can’t perform that action at this time.
0 commit comments