From ea07b61ca29ec3ad3c048a258b8a6472bf679da7 Mon Sep 17 00:00:00 2001 From: Brett Parker Date: Sat, 12 Nov 2011 22:48:15 +0000 Subject: [PATCH] Round the corners! --- media/style/main.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/media/style/main.css b/media/style/main.css index c3bf811..f97ddf2 100644 --- a/media/style/main.css +++ b/media/style/main.css @@ -12,6 +12,7 @@ body #page { margin-right: auto; font-size: 100%; border: thin solid #000000; + border-radius: 1em; } body #page #headerbar { @@ -138,6 +139,8 @@ body #page #footer { background: #9a9a9a; color: black; border-top: thin solid #000000; + border-bottom-left-radius: 1em; + border-bottom-right-radius: 1em; } body #page #footer p { -- 2.30.2