1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-10-30 23:37:45 +02:00

Improve host tag rendering.

This commit is contained in:
David Steele
2016-08-25 10:04:46 -04:00
parent d0b6f78b20
commit ecf827579e
4 changed files with 11 additions and 7 deletions

View File

@@ -62,6 +62,7 @@ my $oRenderTag =
'ol' => ["\n", "\n"],
'li' => ['* ', "\n"],
'id' => ['', ''],
'host' => ['', ''],
'file' => ['', ''],
'path' => ['', ''],
'cmd' => ['', ''],

View File

@@ -387,16 +387,11 @@ li.list-unordered
/*******************************************************************************
Keywords
*******************************************************************************/
.backrest, .cmd, .postgres
.backrest, .cmd, .postgres, .host
{
font-weight: 500;
}
.host
{
font-weight: 700;
}
.path, .br-option, .br-setting, .pg-option, .pg-setting, .id, .user, .file, .path
{
unicode-bidi: embed;

View File

@@ -116,7 +116,7 @@
<!ATTLIST section id CDATA #REQUIRED>
<!ATTLIST section keyword CDATA "">
<!ATTLIST section depend CDATA "">
<!ELEMENT title (#PCDATA|b|i|bi|ul|ol|id|code|file|path|cmd|setting|exe|backrest|postgres|br-option|br-setting|
<!ELEMENT title (#PCDATA|b|i|bi|ul|ol|id|code|host|file|path|cmd|setting|exe|backrest|postgres|br-option|br-setting|
pg-option|pg-setting|link|user)*>
<!ELEMENT default (#PCDATA)>

View File

@@ -170,6 +170,14 @@
</release-refactor-list>
</release-core-list>
<release-doc-list>
<release-refactor-list>
<release-item>
<p>Improve host tag rendering.</p>
</release-item>
</release-refactor-list>
</release-doc-list>
<release-test-list>
<release-refactor-list>
<release-item>