Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita7e584a

Browse files
committed
HTML docs: Add padding to table.simplelist for more readable output
This couples with a to-be-pushed pgweb patch to synchronize the otherstylesheet under which these docs are rendered on the website.Author: Karl Pinc <kop@karlpinc.com>Discussion:https://postgr.es/m/20230122144246.0ff87372@slate.karlpinc.com
1 parent206b44b commita7e584a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎doc/src/sgml/stylesheet.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,12 @@ div.example {
7676
margin:0.5ex;
7777
}
7878

79+
/* Additional formatting for "simplelist" structures */
80+
table.simplelisttd {
81+
padding-left:2em;
82+
padding-right:2em;
83+
}
84+
7985
/* formatting for entries in tables of functions: indent all but first line */
8086

8187
th.func_table_entryp,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp