HelpHub
HelpHub copied to clipboard
Add WordPress versions list page
Hi, Here is a workaround for the WordPress versions archive page (issue #246). Of course it will needs some styling.
I don't know where to properly add my CSS rules so here are the CSS I added on my side:
.helphub_versions_table {
border: 1px solid #ccc;
border-collapse: collapse;
}
.helphub_versions_table th, .helphub_versions_table td {
padding: 0.5em;
vertical-align: middle;
border: 1px solid #ccc;
}
.helphub_versions_table th {
background: #dedede;
font-weight: bold;
}
.helphub_versions_major td {
background: #dedede;
}
.helphub_versions_table a {
text-decoration: underline;
}
And here is a screenshot (with fake data) of the result:

If you see some possible enhancement, feel free to get in touch! 😃 Cheers, Jb