diff options
author | jaseg <git@jaseg.de> | 2025-07-26 16:15:51 +0200 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2025-07-26 16:15:51 +0200 |
commit | 02abb0154935c7525f17429a420bb43a261ea3bb (patch) | |
tree | 02e5be52c0a90fc8020012f08db83400bfc856fd /content/blog/css-only-code-blocks/index.rst | |
parent | 90e8ff7ac09d9011eb6dc9467ee87de61fa3fcc7 (diff) | |
download | blog-02abb0154935c7525f17429a420bb43a261ea3bb.tar.gz blog-02abb0154935c7525f17429a420bb43a261ea3bb.tar.bz2 blog-02abb0154935c7525f17429a420bb43a261ea3bb.zip |
code listing post: Fix code listing, remove unnecessary part
Diffstat (limited to 'content/blog/css-only-code-blocks/index.rst')
-rw-r--r-- | content/blog/css-only-code-blocks/index.rst | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/content/blog/css-only-code-blocks/index.rst b/content/blog/css-only-code-blocks/index.rst index 666af9f..18f3037 100644 --- a/content/blog/css-only-code-blocks/index.rst +++ b/content/blog/css-only-code-blocks/index.rst @@ -105,14 +105,6 @@ for the pygments tokens. counter-reset: lineno; } - footer { - margin-top: 30px; - align-self: center; - margin-bottom: 10px; - text-align: center; - padding: 5px 25px 5px 25px; - } - .code .hll {} /* Following are about 50 lines that define the styling of each kind of pygments syntax highlight token. These lines all look like the following: */ |