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

17 lines
237 B
CSS
Raw Normal View History

.command_example {
margin: 12pt;
padding-left: 16pt;
}
.command_example pre {
padding:4pt;
border: dashed 2px black;
2021-03-14 15:31:24 +00:00
display: table-cell;
width: 256px;
}
.command_example p {
padding-left: 16pt;
2021-03-14 15:31:24 +00:00
display: table-cell;
}