diff options
-rw-r--r-- | styles.css | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -51,13 +51,10 @@ footer li a { margin-left: 5px; } -div.highlight { - padding: 3px; +pre { + padding: 5px; border: 1px solid; border-radius: 10px; -} - -pre { white-space: pre-wrap; counter-reset: line; } |