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
2024-06-21 18:24:38 +01:00

25 lines
381 B
CSS

.command_example {
margin: 12pt;
padding-left: 16pt;
}
.command_example code {
padding:4pt;
border: dashed 2px black;
background: inherit;
}
.command_example p {
padding-left: 16pt;
}
@media (min-width: 750px) {
.command_example code {
display: table-cell;
width: 256px;
}
.command_example p {
display: table-cell;
}
}