mirror of
https://github.com/postgres/pgweb.git
synced 2025-07-25 15:41:08 +00:00
Allow for blue section headers for tables in older documentation.
Some of the loaded documentation uses "<b>" tags instead of "<p>" tags, so this accounts for those documents.
This commit is contained in:
@ -710,7 +710,8 @@ code,
|
||||
* Documentation Tables
|
||||
*/
|
||||
#docContent .table .title > strong,
|
||||
#docContent .TABLE {
|
||||
#docContent .TABLE,
|
||||
#docContent .TABLE b {
|
||||
color: #336791 !important;
|
||||
font-weight: 900;
|
||||
}
|
||||
|
Reference in New Issue
Block a user