File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed
Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -85,8 +85,8 @@ index.html: $(addsuffix /index.html,$(dirs))
8585 printf ' $(template)' " POSIX man pages" " style.css" " POSIX" " Manual Pages" " $$ (\
8686 printf ' <table class="sections">\n <thead><tr><th>Section</th><th>Title</th></tr></thead>\n <tbody>\n' ; \
8787 for s in $( dirs) ; do \
88- printf ' <tr><td><a href="%s">%s</a> </td><td><a href="%s">%s</a></td></tr>\n' \
89- " $$ s" " $$ s" " $$ s " " $$ (desc " $$ s" )" ; \
88+ printf ' <tr><td>%s </td><td><a href="%s">%s</a></td></tr>\n' \
89+ " $$ s" " $$ s" " $$ (desc " $$ s" )" ; \
9090 done ; \
9191 printf ' </tbody>\n </table>\n' \
9292 )" > " $@ "
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ <h1>Manual Pages</h1>
1515 < table class ="sections ">
1616 < thead > < tr > < th > Section</ th > < th > Title</ th > </ tr > </ thead >
1717 < tbody >
18- < tr > < td > < a href =" 1 " > 1 </ a > </ td > < td > < a href ="1 "> Utilities</ a > </ td > </ tr >
19- < tr > < td > < a href =" 3 " > 3 </ a > </ td > < td > < a href ="3 "> Headers & Functions</ a > </ td > </ tr >
18+ < tr > < td > 1 </ td > < td > < a href ="1 "> Utilities</ a > </ td > </ tr >
19+ < tr > < td > 3 </ td > < td > < a href ="3 "> Headers & Functions</ a > </ td > </ tr >
2020 </ tbody >
2121 </ table >
2222 </ main >
Original file line number Diff line number Diff line change 4444 overflow : auto;
4545}
4646
47+ .sections {
48+ font-size : large;
49+ }
50+
51+ .sections td {
52+ padding : 0.5rem ;
53+ }
54+
4755.sections thead {
4856 display : none;
4957}
You can’t perform that action at this time.
0 commit comments