diff options
Diffstat (limited to 'code-box.css')
-rw-r--r-- | code-box.css | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/code-box.css b/code-box.css index 10c9154..f3d22ca 100644 --- a/code-box.css +++ b/code-box.css @@ -3,23 +3,11 @@ * license : MIT; see accompanying LICENSE file */ +/* Note: see also p-code-box.css if changing anything here. */ + code { background-color: rgba(0, 0, 0, 0.05); border-radius: 0.2em; padding: .2em .32em .18em .32em; } - -/* -code::before -{ - letter-spacing: -0.2em; - content: "\00a0"; -} - -code::after -{ - letter-spacing: -0.2em; - content: "\00a0"; -} -*/ |