local.css: add curves to content and header borders.
authorW. Trevor King <wking@tremily.us>
Thu, 30 Aug 2012 11:52:33 +0000 (07:52 -0400)
committerW. Trevor King <wking@tremily.us>
Thu, 30 Aug 2012 11:52:33 +0000 (07:52 -0400)
local.css

index e931e20d723923cc50216888f82784befaa5b6c9..3477e0bcbef3ee6facb8f5242fe11c384e47dd7b 100644 (file)
--- 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;
 }