summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorErik Faye-Lund <[email protected]>2019-04-17 14:20:13 +0200
committerErik Faye-Lund <[email protected]>2019-05-02 08:45:57 +0000
commit130400b9042217141ba243d97be7bc5dc2f543bb (patch)
tree8ca17052eb104a175488ace9f92ff49eb25c5d7d /docs
parentcb0123e37acf2fc5d4cba859f1683b8ad5edbc33 (diff)
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 <[email protected]> Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r--docs/mesa.css7
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/mesa.css b/docs/mesa.css
index 1bb30dccecd..06e94c5f087 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;