From 38c29779cc804be6e5048e1c7b91bee2aab37771 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Thu, 3 Nov 2011 23:37:15 +0100 Subject: [PATCH] Add a background behind the code tags --- static/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index cba38e92..fbc42f76 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -47,6 +47,11 @@ dt { margin: 0.8em 0 0.2em 0; } +code { + background: rgba(0, 150, 0, 0.03); + border-radius: 0.25em; +} + h2 { background: url(img/icon.png) no-repeat top left; color: #a40000;