From 7aa5e420c4e5bb23c3c42a1906de0583b64d4c96 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sun, 3 Nov 2013 13:31:46 +0530 Subject: updated stylesheet. the monopace span elements now have a background and border. --- styling/style.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'styling') diff --git a/styling/style.css b/styling/style.css index 1f5f014..ffe1ba2 100644 --- a/styling/style.css +++ b/styling/style.css @@ -60,6 +60,9 @@ span.monospace { padding: 1px; font-size:0.625em; font-family:monospace; + background-color: #fcfcfc; + border: 1px solid #f0f0f0; + padding: 2px; } pre { -- cgit v1.2.3