summaryrefslogtreecommitdiff
path: root/docs/style.css
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2017-10-18 12:42:24 +0200
committerTor Andersson <tor.andersson@artifex.com>2017-11-13 17:05:17 +0100
commitcfe37ae813fff7113b19b7c7009fb880aa37a037 (patch)
tree6ac0146eea1c0491c19747fe42c9daf7cde98575 /docs/style.css
parent97f133b2959a6cb823f27cdc061fe39713e1d2d6 (diff)
downloadmupdf-cfe37ae813fff7113b19b7c7009fb880aa37a037.tar.xz
docs: Put logo in title bar.
Diffstat (limited to 'docs/style.css')
-rw-r--r--docs/style.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/style.css b/docs/style.css
index c2b2322d..8bb02028 100644
--- a/docs/style.css
+++ b/docs/style.css
@@ -14,12 +14,20 @@ h1 {
font-weight: normal;
margin: 0;
padding: 1rem 2rem;
- background-color: black;
+}
+header {
color: white;
+ background: no-repeat;
+ background-color: #36648b;
+ background-image: url("logo/mupdf-icon.png");
+ background-position: bottom right;
+ padding-right: 72px;
+ min-height: 72px;
}
nav {
padding: 0.75rem 2rem;
background-color: #ddd;
+ no-text-transform: uppercase;
}
nav a { color: #303030; padding-right: 2rem; }
article {