From: W. Trevor King Date: Thu, 30 Aug 2012 11:52:33 +0000 (-0400) Subject: local.css: add curves to content and header borders. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fa6418ce5a9be49ec71a0c9244ba9d1966e3c546;p=blog.git local.css: add curves to content and header borders. --- 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; }