Round the corners!
authorBrett Parker <iDunno@sommitrealweird.co.uk>
Sat, 12 Nov 2011 22:48:15 +0000 (22:48 +0000)
committerBrett Parker <iDunno@sommitrealweird.co.uk>
Sat, 12 Nov 2011 22:48:25 +0000 (22:48 +0000)
media/style/main.css

index c3bf811bc43a2029527a0ce71566d874c38058e8..f97ddf2321b873eb66778bfe3d466bdd2ed0c167 100644 (file)
@@ -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 {