mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-01 15:54:53 +00:00
Don't use the thead-light class as it overrides the dark/light mode.
Per report from Alvaro Herrera.
This commit is contained in:
@ -6,7 +6,7 @@
|
|||||||
The following organisations are registered in our database.
|
The following organisations are registered in our database.
|
||||||
</p>
|
</p>
|
||||||
<table class="table table-striped">
|
<table class="table table-striped">
|
||||||
<thead class="thead-light">
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Organisation</th>
|
<th>Organisation</th>
|
||||||
<th>Manager</th>
|
<th>Manager</th>
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
{%if t.extrainfo%}<p>{{t.extrainfo|safe}}</p>{%endif%}
|
{%if t.extrainfo%}<p>{{t.extrainfo|safe}}</p>{%endif%}
|
||||||
|
|
||||||
<table class="table table-striped contributor-table">
|
<table class="table table-striped contributor-table">
|
||||||
<thead class="thead-light">
|
<thead>
|
||||||
{%if t.detailed%}
|
{%if t.detailed%}
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col">Contributor</th>
|
<th scope="col">Contributor</th>
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
If you are still using any of these releases, you are strongly advised to upgrade.</p>
|
If you are still using any of these releases, you are strongly advised to upgrade.</p>
|
||||||
|
|
||||||
<table class="table table-striped">
|
<table class="table table-striped">
|
||||||
<thead class="thead-light">
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th class="w-25">Online Version</th>
|
<th class="w-25">Online Version</th>
|
||||||
<th>PDF Version</th>
|
<th>PDF Version</th>
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
You can view the manual for an older version or download a PDF of a manual from the below table.
|
You can view the manual for an older version or download a PDF of a manual from the below table.
|
||||||
</p>
|
</p>
|
||||||
<table class="table table-striped">
|
<table class="table table-striped">
|
||||||
<thead class="thead-light">
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th class="w-25">Online Version</th>
|
<th class="w-25">Online Version</th>
|
||||||
<th>PDF Version</th>
|
<th>PDF Version</th>
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
{% for product in products %}
|
{% for product in products %}
|
||||||
<h2 class="news"><a href="{{product.url}}" target="_blank" rel="noopener nofollow">{{product.name}}</a></h2>
|
<h2 class="news"><a href="{{product.url}}" target="_blank" rel="noopener nofollow">{{product.name}}</a></h2>
|
||||||
<table class="table table-striped product-table">
|
<table class="table table-striped product-table">
|
||||||
<thead class="thead-light">
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col">Description</th>
|
<th scope="col">Description</th>
|
||||||
<th scope="col">License</th>
|
<th scope="col">License</th>
|
||||||
|
@ -39,7 +39,7 @@ the text.
|
|||||||
<a name="{{group.group.groupname|slugify}}">{{ group.group.groupname }}</a>
|
<a name="{{group.group.groupname|slugify}}">{{ group.group.groupname }}</a>
|
||||||
</h2>
|
</h2>
|
||||||
<table class="table table-striped table-sm">
|
<table class="table table-striped table-sm">
|
||||||
<thead class="thead-light">
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col" width="30%"> </th>
|
<th scope="col" width="30%"> </th>
|
||||||
{% for col in group.group.columns %}
|
{% for col in group.group.columns %}
|
||||||
|
@ -99,7 +99,7 @@
|
|||||||
<h2>Code of Conduct Committee Applicants: 2018—2020</h2>
|
<h2>Code of Conduct Committee Applicants: 2018—2020</h2>
|
||||||
|
|
||||||
<table class="table coc-report-table">
|
<table class="table coc-report-table">
|
||||||
<thead class="thead-light">
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th><strong>Gender</strong></th>
|
<th><strong>Gender</strong></th>
|
||||||
<th>2020<a href="#footnote1"><sup>1</sup></a></th>
|
<th>2020<a href="#footnote1"><sup>1</sup></a></th>
|
||||||
@ -136,7 +136,7 @@
|
|||||||
</table>
|
</table>
|
||||||
|
|
||||||
<table class="table coc-report-table">
|
<table class="table coc-report-table">
|
||||||
<thead class="thead-light">
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th><strong>Geography - Country</strong><a href="#footnote2"><sup>2</sup></a></th>
|
<th><strong>Geography - Country</strong><a href="#footnote2"><sup>2</sup></a></th>
|
||||||
<th>2020</th>
|
<th>2020</th>
|
||||||
@ -283,7 +283,7 @@
|
|||||||
<h2>Code of Conduct Committee Members 2018—2020:</h2>
|
<h2>Code of Conduct Committee Members 2018—2020:</h2>
|
||||||
|
|
||||||
<table class="table coc-report-table">
|
<table class="table coc-report-table">
|
||||||
<thead class="thead-light">
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th><strong>Gender</strong></th>
|
<th><strong>Gender</strong></th>
|
||||||
<th>2020</th>
|
<th>2020</th>
|
||||||
@ -320,7 +320,7 @@
|
|||||||
</table>
|
</table>
|
||||||
|
|
||||||
<table class="table coc-report-table">
|
<table class="table coc-report-table">
|
||||||
<thead class="thead-light">
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th><strong>Geography - Country</strong><a href="#footnote2"><sup>2</sup></a></th>
|
<th><strong>Geography - Country</strong><a href="#footnote2"><sup>2</sup></a></th>
|
||||||
<th>2020</th>
|
<th>2020</th>
|
||||||
|
@ -87,7 +87,7 @@
|
|||||||
<h2>Code of Conduct Committee Applicants: 2018—2021</h2>
|
<h2>Code of Conduct Committee Applicants: 2018—2021</h2>
|
||||||
|
|
||||||
<table class="table coc-report-table">
|
<table class="table coc-report-table">
|
||||||
<thead class="thead-light">
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th><strong>Gender</strong></th>
|
<th><strong>Gender</strong></th>
|
||||||
<th>2021</th>
|
<th>2021</th>
|
||||||
@ -129,7 +129,7 @@
|
|||||||
</table>
|
</table>
|
||||||
|
|
||||||
<table class="table coc-report-table">
|
<table class="table coc-report-table">
|
||||||
<thead class="thead-light">
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th><strong>Geography - Country</strong></th>
|
<th><strong>Geography - Country</strong></th>
|
||||||
<th>2021</th>
|
<th>2021</th>
|
||||||
@ -305,7 +305,7 @@
|
|||||||
<h2>Code of Conduct Committee Members 2018—2021:</h2>
|
<h2>Code of Conduct Committee Members 2018—2021:</h2>
|
||||||
|
|
||||||
<table class="table coc-report-table">
|
<table class="table coc-report-table">
|
||||||
<thead class="thead-light">
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th><strong>Gender</strong></th>
|
<th><strong>Gender</strong></th>
|
||||||
<th>2021</th>
|
<th>2021</th>
|
||||||
@ -347,7 +347,7 @@
|
|||||||
</table>
|
</table>
|
||||||
|
|
||||||
<table class="table coc-report-table">
|
<table class="table coc-report-table">
|
||||||
<thead class="thead-light">
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th><strong>Geography - Country</strong></th>
|
<th><strong>Geography - Country</strong></th>
|
||||||
<th>2021</th>
|
<th>2021</th>
|
||||||
|
@ -104,7 +104,7 @@
|
|||||||
<h2>Code of Conduct Committee Applicants: 2018 - 2022</h2>
|
<h2>Code of Conduct Committee Applicants: 2018 - 2022</h2>
|
||||||
|
|
||||||
<table class="table coc-report-table">
|
<table class="table coc-report-table">
|
||||||
<thead class="thead-light">
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th><strong>Gender</strong></th>
|
<th><strong>Gender</strong></th>
|
||||||
<th>2022</th>
|
<th>2022</th>
|
||||||
@ -151,7 +151,7 @@
|
|||||||
</table>
|
</table>
|
||||||
|
|
||||||
<table class="table coc-report-table">
|
<table class="table coc-report-table">
|
||||||
<thead class="thead-light">
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th><strong>Geography - Country</strong> <sup><a href="#t1">1</a></sup></th>
|
<th><strong>Geography - Country</strong> <sup><a href="#t1">1</a></sup></th>
|
||||||
<th>2022</th>
|
<th>2022</th>
|
||||||
@ -373,7 +373,7 @@
|
|||||||
<h2>Code of Conduct Committee Members 2018 - 2022:</h2>
|
<h2>Code of Conduct Committee Members 2018 - 2022:</h2>
|
||||||
|
|
||||||
<table class="table coc-report-table">
|
<table class="table coc-report-table">
|
||||||
<thead class="thead-light">
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th><strong>Gender</strong></th>
|
<th><strong>Gender</strong></th>
|
||||||
<th>2022</th>
|
<th>2022</th>
|
||||||
@ -420,7 +420,7 @@
|
|||||||
</table>
|
</table>
|
||||||
|
|
||||||
<table class="table coc-report-table">
|
<table class="table coc-report-table">
|
||||||
<thead class="thead-light">
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th><strong>Geography - Country</strong></th>
|
<th><strong>Geography - Country</strong></th>
|
||||||
<th>2022</th>
|
<th>2022</th>
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<p>The following are links to international PostgreSQL community websites.</p>
|
<p>The following are links to international PostgreSQL community websites.</p>
|
||||||
|
|
||||||
<table class="table table-striped">
|
<table class="table table-striped">
|
||||||
<thead class="thead-light">
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col">Community</th>
|
<th scope="col">Community</th>
|
||||||
<th scope="col">Description</th>
|
<th scope="col">Description</th>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<h1>Books <i class="fas fa-book"></i></h1>
|
<h1>Books <i class="fas fa-book"></i></h1>
|
||||||
|
|
||||||
<table class="table table-striped">
|
<table class="table table-striped">
|
||||||
<thead class="thead-light">
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Cover</th>
|
<th>Cover</th>
|
||||||
<th>Information</th>
|
<th>Information</th>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<h1>Tutorials & Other Resources <i class="fas fa-keyboard"></i></h1>
|
<h1>Tutorials & Other Resources <i class="fas fa-keyboard"></i></h1>
|
||||||
|
|
||||||
<table class="table table-striped">
|
<table class="table table-striped">
|
||||||
<thead class="thead-light">
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Website URL</th>
|
<th>Website URL</th>
|
||||||
<th>Description</th>
|
<th>Description</th>
|
||||||
|
@ -90,7 +90,7 @@ Which version of PostgreSQL you get will depend on the version of
|
|||||||
the distribution:
|
the distribution:
|
||||||
</p>
|
</p>
|
||||||
<table class="table table-striped">
|
<table class="table table-striped">
|
||||||
<thead class="thead-light">
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Distribution</th>
|
<th>Distribution</th>
|
||||||
<th>Version</th>
|
<th>Version</th>
|
||||||
|
@ -50,7 +50,7 @@ This download is intended for users who wish to include PostgreSQL as part of an
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<table class="table table-striped">
|
<table class="table table-striped">
|
||||||
<thead class="thead-light">
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col">PostgreSQL Version</th>
|
<th scope="col">PostgreSQL Version</th>
|
||||||
<th scope="col">64-bit macOS Platforms</th>
|
<th scope="col">64-bit macOS Platforms</th>
|
||||||
|
@ -46,7 +46,7 @@ This download is intended for users who wish to include PostgreSQL as part of an
|
|||||||
for example, desktop releases of Windows:</p>
|
for example, desktop releases of Windows:</p>
|
||||||
|
|
||||||
<table class="table table-striped">
|
<table class="table table-striped">
|
||||||
<thead class="thead-light">
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>PostgreSQL Version</th>
|
<th>PostgreSQL Version</th>
|
||||||
<th>64 Bit Windows Platforms</th>
|
<th>64 Bit Windows Platforms</th>
|
||||||
|
@ -178,7 +178,7 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<table class="table table-striped">
|
<table class="table table-striped">
|
||||||
<thead class="thead-light">
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Reference</th>
|
<th>Reference</th>
|
||||||
<th>Affected</th>
|
<th>Affected</th>
|
||||||
@ -222,7 +222,7 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<table class="table table-striped">
|
<table class="table table-striped">
|
||||||
<thead class="thead-light">
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Component</th>
|
<th>Component</th>
|
||||||
<th>Description</th>
|
<th>Description</th>
|
||||||
|
@ -10,7 +10,7 @@ different companies and organisations around the world.
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<table class="table table-striped">
|
<table class="table table-striped">
|
||||||
<thead class="thead-light">
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Name</th>
|
<th>Name</th>
|
||||||
<th>Provider</th>
|
<th>Provider</th>
|
||||||
|
@ -82,7 +82,7 @@ riskier than upgrading.</em>
|
|||||||
<h2>Releases</h2>
|
<h2>Releases</h2>
|
||||||
|
|
||||||
<table class="table table-striped">
|
<table class="table table-striped">
|
||||||
<thead class="thead-light">
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Version</th>
|
<th>Version</th>
|
||||||
<th>Current minor</th>
|
<th>Current minor</th>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<p>The current results of our <strong>{{survey}}</strong> survey are:</p>
|
<p>The current results of our <strong>{{survey}}</strong> survey are:</p>
|
||||||
|
|
||||||
<table class="table table-striped">
|
<table class="table table-striped">
|
||||||
<thead class="thead-light">
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Answer</th>
|
<th>Answer</th>
|
||||||
<th>Responses</th>
|
<th>Responses</th>
|
||||||
|
Reference in New Issue
Block a user