Skip to content

Commit a7e4b04

Browse files
committed
new style for code blocks
1 parent 82b89f6 commit a7e4b04

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pg_probackup/stylesheet.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,9 +394,15 @@ table.CAUTION,
394394
margin-left: 40px;
395395
}
396396

397-
398397
.book .sidebar {
399398
padding: 8px;
400399
background: #FFF;
401400
width: auto;
402401
}
402+
403+
.book pre {
404+
background: #f5f5f5;
405+
padding: 10px;
406+
border: 1px solid #ccc;
407+
border-radius: 4px;
408+
}

0 commit comments

Comments
 (0)