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

26 lines
381 B
CSS
Raw Normal View History

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