HelpHub icon indicating copy to clipboard operation
HelpHub copied to clipboard

Add WordPress versions list page

Open audrasjb opened this issue 7 years ago • 0 comments

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: capture d ecran 2018-09-29 a 10 23 03

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

audrasjb avatar Sep 29 '18 08:09 audrasjb