More padding between blocks in crontab cheatsheet
parent
303628eee0
commit
9a0cba4fbd
|
@ -11,6 +11,10 @@
|
|||
.zci--answer .crontab-container .crontab-column:first-child {
|
||||
margin-right: 4%;
|
||||
}
|
||||
.zci--answer .crontab-container p,
|
||||
.zci--answer .crontab-container .crontab-column {
|
||||
padding-bottom: 2ex;
|
||||
}
|
||||
.zci--answer .crontab-container table {
|
||||
width: 100%;
|
||||
}
|
||||
|
@ -46,7 +50,7 @@
|
|||
</table>
|
||||
</div>
|
||||
<div class="crontab-column">
|
||||
<p><b>Examples</b></p>
|
||||
<b>Examples</b>
|
||||
<dl>
|
||||
<dt>Run every Tuesday at 2:30</dt>
|
||||
<dd><code>30 2 * * tue /path/to/command</code></dd>
|
||||
|
|
Loading…
Reference in New Issue