From 31d8b8e4e59f7dbd19439991ec38235af70defd2 Mon Sep 17 00:00:00 2001 From: Dario Giovannetti Date: Tue, 24 Apr 2012 15:12:19 +0200 Subject: conform code tags' style to current code templates' style Signed-off-by: Pierre Schmitz --- skins/archlinux/arch.css | 5 +++-- 1 file 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; } -- cgit v1.2.2