From 050f2df4262a4d494238a6f1f8a1d57a6a40fa4d Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Tue, 7 Dec 2010 07:39:53 -0800 Subject: [PATCH] fix header in opera --- assets/blog.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/assets/blog.css b/assets/blog.css index 4277e5f..1a24293 100644 --- a/assets/blog.css +++ b/assets/blog.css @@ -3,11 +3,13 @@ body { background-color: #f7f7f7 ; margin: 0 } -body > header { background-color: #a6bcdf +body > header { display: block + ; background-color: #a6bcdf ; border-bottom: solid 1em #eee - ; -moz-border-bottom-left-radius: 500px 100% - ; -webkit-border-bottom-left-radius: 500px 100% - ; border-bottom-left-radius: 500px 100% + /* some browsers have trouble with 100% for the height so use em units :/ */ + ; -moz-border-bottom-left-radius: 500px 7em + ; -webkit-border-bottom-left-radius: 500px 7em + ; border-bottom-left-radius: 500px 7em } h1 { text-align: right