From 45ca698ea09deb76c1dba13995fd22504900ae68 Mon Sep 17 00:00:00 2001 From: Joris Guyonvarch Date: Wed, 18 Feb 2015 00:16:31 +0100 Subject: Putting back contact to static page --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 6f1701c..7b814c5 100644 --- a/style.css +++ b/style.css @@ -25,7 +25,8 @@ body { #content { margin-top: 120px; background-color: white; - border-radius: 5px; + border-top-left-radius: 10px; + border-top-right-radius: 10px; padding: 50px 80px 30px; } @@ -92,7 +93,6 @@ strong { .contact { background-color: #EEEEEE; - border-radius: 5px; padding: 30px; text-align: center; color: #555555; -- cgit v1.2.3