diff options
author | Dario Giovannetti <dariogiova@gmail.com> | 2012-04-24 15:12:19 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2012-04-26 10:41:22 +0200 |
commit | 31d8b8e4e59f7dbd19439991ec38235af70defd2 (patch) | |
tree | f49bca873d0504a9bd7351b8ec9a0164ac650880 /skins | |
parent | 5db51fd2547d674e85a6f603746cc4febc9cf6a9 (diff) |
conform code tags' style to current code templates' style
Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
Diffstat (limited to 'skins')
-rw-r--r-- | skins/archlinux/arch.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/skins/archlinux/arch.css b/skins/archlinux/arch.css index 6223b705..ffb94749 100644 --- a/skins/archlinux/arch.css +++ b/skins/archlinux/arch.css @@ -3,8 +3,9 @@ body { background: #f6f9fc; } body, #content, table { color: #222;} h1, h2, h3, h4, h5 { color: #222; } h1 { font-weight: bold; } -pre { border: 1px solid #bcd; background: #ebf1f5; color: #222; } -code { font-family: monospace; } +pre, code, tt { background-color: #ebf1f5; color: #222; font-family: monospace; } +pre { border: 1px solid #bcd; overflow: auto; } +code, tt { padding: 0.1em 0.2em; } /* links (including page tabs and personal toolbar) */ a, #p-cactions li a { text-decoration: none; outline: none; } |