From 290f1e4af86b9fcb68089e21d234f4dfc8a4553b Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sun, 16 Feb 2014 12:00:29 -0800 Subject: [PATCH] use a transparent pageheader header --- local.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/local.css b/local.css index 53b1ee2..12a8569 100644 --- a/local.css +++ b/local.css @@ -572,6 +572,8 @@ body { .pageheader .header { float: left; font-size: 120%; + border-radius: 5em; + background-color: rgba(255,255,255,150); } .header { -- 2.39.2