projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
206b44b
)
HTML docs: Add padding to table.simplelist for more readable output
author
Alvaro Herrera
<alvherre@alvh.no-ip.org>
Thu, 9 Mar 2023 18:47:19 +0000
(19:47 +0100)
committer
Alvaro Herrera
<alvherre@alvh.no-ip.org>
Thu, 9 Mar 2023 18:47:19 +0000
(19:47 +0100)
This couples with a to-be-pushed pgweb patch to synchronize the other
stylesheet 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
doc/src/sgml/stylesheet.css
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/stylesheet.css
b/doc/src/sgml/stylesheet.css
index 6410a47958067001ebabb3ef439e79d96bdb60ac..cc14efa1ca3ca10834940033a7b367bde287cd62 100644
(file)
--- a/
doc/src/sgml/stylesheet.css
+++ b/
doc/src/sgml/stylesheet.css
@@
-76,6
+76,12
@@
div.example {
margin: 0.5ex;
}
+/* Additional formatting for "simplelist" structures */
+table.simplelist td {
+ padding-left: 2em;
+ padding-right: 2em;
+}
+
/* formatting for entries in tables of functions: indent all but first line */
th.func_table_entry p,