diff options
| author | mjfernez <mjf@mjfer.net> | 2026-06-28 14:44:00 -0400 |
|---|---|---|
| committer | mjfernez <mjf@mjfer.net> | 2026-06-28 14:44:00 -0400 |
| commit | 62e8467e59d7d30d7cbda080f6b5f1d37a17d905 (patch) | |
| tree | 3d7c7797862bfdd0efe19d991ba5180eed689f7d /tutorials/splunk | |
| parent | 15a267bf0a5d47ec0189261d1ce0cfd5e4268c66 (diff) | |
2026 Touch up, mostly FAQ
Diffstat (limited to 'tutorials/splunk')
| -rw-r--r-- | tutorials/splunk/.description | 2 | ||||
| -rw-r--r-- | tutorials/splunk/i-found-out-splunk-macros-are-awesome.html | 14 |
2 files changed, 4 insertions, 12 deletions
diff --git a/tutorials/splunk/.description b/tutorials/splunk/.description index 699b696..9857874 100644 --- a/tutorials/splunk/.description +++ b/tutorials/splunk/.description @@ -1,3 +1,3 @@ I use splunk a whole lot at work. As far as docs go they're not bad -but sometimes you just gotta learn trhough comment sections. For +but sometimes you just gotta learn through comment sections. For questions that might not have a comment section, those answers are here diff --git a/tutorials/splunk/i-found-out-splunk-macros-are-awesome.html b/tutorials/splunk/i-found-out-splunk-macros-are-awesome.html index d1ea507..a98947b 100644 --- a/tutorials/splunk/i-found-out-splunk-macros-are-awesome.html +++ b/tutorials/splunk/i-found-out-splunk-macros-are-awesome.html @@ -8,18 +8,10 @@ <style> code{white-space: pre-wrap;} span.smallcaps{font-variant: small-caps;} - div.columns{display: flex; gap: min(4vw, 1.5em);} - div.column{flex: auto; overflow-x: auto;} + span.underline{text-decoration: underline;} + div.column{display: inline-block; vertical-align: top; width: 50%;} div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} - /* The extra [class] is a hack that increases specificity enough to - override a similar rule in reveal.js */ - ul.task-list[class]{list-style: none;} - ul.task-list li input[type="checkbox"] { - font-size: inherit; - width: 0.8em; - margin: 0 0.8em 0.2em -1.6em; - vertical-align: middle; - } + ul.task-list{list-style: none;} .display.math{display: block; text-align: center; margin: 0.5rem auto;} </style> <link href="../../static/main.css" rel="stylesheet"/> |
