mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-27 14:57:40 +00:00
fix header in opera
This commit is contained in:
parent
010bc7d225
commit
050f2df426
1 changed files with 6 additions and 4 deletions
|
|
@ -3,11 +3,13 @@ body { background-color: #f7f7f7
|
||||||
; margin: 0
|
; margin: 0
|
||||||
}
|
}
|
||||||
|
|
||||||
body > header { background-color: #a6bcdf
|
body > header { display: block
|
||||||
|
; background-color: #a6bcdf
|
||||||
; border-bottom: solid 1em #eee
|
; border-bottom: solid 1em #eee
|
||||||
; -moz-border-bottom-left-radius: 500px 100%
|
/* some browsers have trouble with 100% for the height so use em units :/ */
|
||||||
; -webkit-border-bottom-left-radius: 500px 100%
|
; -moz-border-bottom-left-radius: 500px 7em
|
||||||
; border-bottom-left-radius: 500px 100%
|
; -webkit-border-bottom-left-radius: 500px 7em
|
||||||
|
; border-bottom-left-radius: 500px 7em
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 { text-align: right
|
h1 { text-align: right
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue