diff options
Diffstat (limited to '')
-rw-r--r-- | styles.css | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -136,3 +136,11 @@ span.header-anchor img { span.header-anchor:hover img { visibility: visible; } + +/* Plaintext code block links */ + +div.plaintext-link { + margin: auto auto 0 auto; + text-align: right; + font-family: monospace; +} |