From 7392c5e1f4d08081a1bc739e24d80ae745c93c03 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sun, 30 Dec 2012 13:51:12 +0530 Subject: styling/style.css update -- added subtle border to div.code block --- styling/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'styling') diff --git a/styling/style.css b/styling/style.css index d6a533a..9b6eaa2 100644 --- a/styling/style.css +++ b/styling/style.css @@ -6,7 +6,7 @@ */ article { - font-size:1.50em; + font-size:1.50em; /* 1.88 */ font-family:"Palatino Linotype","Book Antiqua",Palatino,"URW Palladio L",FreeSerif,serif; color:#787878; margin-left:auto; @@ -69,7 +69,7 @@ div.code { background-color:#fcfcfc; margin-left:auto; margin-right:auto; - border:1px; + border:1px solid #f0f0f0; padding:5px; width:70%; } -- cgit v1.2.3