From bb75d1ceda54aa53551bc0ad1c8dfdff2011bd00 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 2 Jan 2011 22:37:11 +0100 Subject: Style: rounded upper right corner. --- local.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/local.css b/local.css index ecf8fe3..59b56c2 100644 --- a/local.css +++ b/local.css @@ -28,6 +28,9 @@ IMG { DIV#container { background-color: White; margin: 10px 5%; + border-radius: 0 20px 0 0; + -moz-border-radius: 0 20px 0 0; + -webkit-border-radius: 0 20px 0 0; } DIV#branding-logo { -- cgit v1.2.3