From: Erik Faye-Lund Date: Wed, 17 Apr 2019 12:20:13 +0000 (+0200) Subject: docs: use multiple background-images for header X-Git-Tag: upstream/19.3.0~6697 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=130400b9042217141ba243d97be7bc5dc2f543bb;p=platform%2Fupstream%2Fmesa.git docs: use multiple background-images for header This is a bit tidier than to set a background on the h1-text, requiring it to be full height and all. Signed-off-by: Erik Faye-Lund Reviewed-by: Eric Engestrom --- diff --git a/docs/mesa.css b/docs/mesa.css index 1bb30dc..06e94c5 100644 --- a/docs/mesa.css +++ b/docs/mesa.css @@ -42,14 +42,11 @@ iframe { } .header { - background: black url('gears.png') 15px no-repeat; - margin:0; - padding: 5px; - clear:both; + background: url('gears.png') 15px no-repeat, black url('gears.png') right no-repeat; + height: 80px; } .header h1 { - background: url('gears.png') right no-repeat; color: white; font: x-large sans-serif; text-align: center;