Commit d27b5e0
committed
Partially revert rhazdon#511
This partially reverts rhazdon#511.
Reason: these two selectors are broken.
The first, because a CSS child selector at the top-level, without a parent, has no meaning.
The second, because hugo emits `<code>` so we need an element selector.
The class selector would match `<div class="code">`.1 parent 1a0a16f commit d27b5e0
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | | - | |
| 213 | + | |
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
| |||
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
260 | | - | |
| 260 | + | |
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
| |||
0 commit comments