File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 28
28
.vertical div {
29
29
writing-mode : vertical-lr;
30
30
}
31
- .doccol {
32
- color : rgb (92 , 184 , 92 );
33
- }
34
31
.headerlink {
35
32
font-size : 50% ;
36
33
}
@@ -192,10 +189,8 @@ <h4 id="{{ pname }}:{{ register.name }}">
192
189
{%- for field in row.fields %}
193
190
< td colspan ="{{ field.width }} "{% if field.separated %} class ="separated "{% endif %} >
194
191
{%- if field.name %}
195
- < a class ="fieldlink " href ="#{{ pname }}:{{ register.name }}:{{ field.name }} ">
196
- < span {% if field.doc %} class ="doccol "{%- endif %} >
197
- {{ field.name }}
198
- </ span >
192
+ < a class ="fieldlink{% if field.doc %} text-success{% endif %} " href ="#{{ pname }}:{{ register.name }}:{{ field.name }} ">
193
+ {{ field.name }}
199
194
</ a >
200
195
< br >
201
196
{{ field.access }}
You can’t perform that action at this time.
0 commit comments