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

25 lines
354 B
CSS
Raw Normal View History

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