From: Brett Parker Date: Sat, 12 Nov 2011 22:48:15 +0000 (+0000) Subject: Round the corners! X-Git-Url: https://git.sommitrealweird.co.uk/sommitrealweird.git/commitdiff_plain/ea07b61ca29ec3ad3c048a258b8a6472bf679da7 Round the corners! --- 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 {