Skip to content

Commit 2df0bfb

Browse files
committed
exampleblock padding
1 parent c5b8a43 commit 2df0bfb

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

preview-src/example.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ With the privileges from example 1, granted `EXECUTE PROCEDURE *` and denied `EX
3838
3939
With the privileges from example 2, granted `EXECUTE BOOSTED PROCEDURE *` and denied `EXECUTE PROCEDURE myProc`, execution of the `myProc` procedure is not allowed.
4040
41+
[IMPORTANT]
4142
With the privileges from example 3, granted `EXECUTE BOOSTED PROCEDURE *` and denied `EXECUTE BOOSTED PROCEDURE myProc`, execution of the `myProc` procedure is not allowed.
42-
4343
With the privileges from example 4, granted `EXECUTE PROCEDURE myProc` and `EXECUTE BOOSTED PROCEDURE *` and denied `EXECUTE BOOSTED PROCEDURE myProc`, the `myProc` procedure returns the result `A` and `B`.
4444
4545
For comparison, when only granted `EXECUTE BOOSTED PROCEDURE myProc`, the `myProc` procedure returns the result `A`, `B` and `C`, without needing to be granted the `EXECUTE PROCEDURE myProc` privilege.

src/css/doc.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1304,10 +1304,6 @@ body {
13041304
background: var(--color-docs);
13051305
}
13061306

1307-
.doc .tabbed-container {
1308-
padding: 1rem;
1309-
}
1310-
13111307
.doc .tabbed-target {
13121308
display: none;
13131309
margin-bottom: 0;
@@ -1389,7 +1385,7 @@ body {
13891385

13901386
.exampleblock {
13911387
background: var(--body-background);
1392-
padding: 0;
1388+
padding: 1rem;
13931389
margin: 0 -1rem 1.5rem;
13941390
border: 1px solid var(--color-docs);
13951391
border-radius: 8px;

0 commit comments

Comments
 (0)