Skip to content

Commit 7e4f811

Browse files
committed
Style of definitions lists in the docs improved
1 parent 06a38f4 commit 7e4f811

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

doc/pg_repack.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,8 @@ version load the script ``$SHAREDIR/contrib/uninstall_pg_repack.sql`` into the
271271
database where the error occured and then load
272272
``$SHAREDIR/contrib/pg_repack.sql`` again.
273273

274+
.. class:: diag
275+
274276
pg_repack: repack database "template1" ... skipped: pg_repack is not installed in the database
275277
pg_repack is not installed in the database when ``--all`` option is
276278
specified.
@@ -356,6 +358,8 @@ ANALYZE during pg_repack. In many
356358
cases pg_repack will fail and rollback correctly, but there are some cases
357359
which may result in data corruption.
358360

361+
.. class:: ddl
362+
359363
TRUNCATE
360364
TRUNCATE is lost. Deleted rows still exist after pg_repack.
361365

doc/style.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,10 @@ div.contents {
5353
div.contents ul {
5454
padding-left: 1em;
5555
}
56+
57+
dl.diag dt,
58+
dl.ddl dt {
59+
font-weight: bold;
60+
margin-top: 1em;
61+
margin-bottom: 0.5em;
62+
}

0 commit comments

Comments
 (0)