This repository has been archived on 2024-09-05. You can view files and clone it, but cannot push or open issues or pull requests.
shimmie2/ext/help_pages/style.css
2021-03-14 15:31:28 +00:00

16 lines
237 B
CSS

.command_example {
margin: 12pt;
padding-left: 16pt;
}
.command_example pre {
padding:4pt;
border: dashed 2px black;
display: table-cell;
width: 256px;
}
.command_example p {
padding-left: 16pt;
display: table-cell;
}