From fa6418ce5a9be49ec71a0c9244ba9d1966e3c546 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 30 Aug 2012 07:52:33 -0400 Subject: [PATCH] local.css: add curves to content and header borders. --- local.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/local.css b/local.css index e931e20..3477e0b 100644 --- a/local.css +++ b/local.css @@ -51,6 +51,10 @@ body { height: auto; } +.header { + border-radius: 1em; +} + .sidebar { border: none; padding: 0; @@ -76,6 +80,10 @@ body { background: none; } +#content { + border-radius: 0.5em; +} + .inlinepage { border: none; } -- 2.26.2