summaryrefslogtreecommitdiff
path: root/docs/style.css
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2018-06-21 12:25:56 +0200
committerRobin Watts <robin.watts@artifex.com>2018-06-22 18:07:58 +0100
commitc39d9ce510de61341530c53bf3314da5375c17d6 (patch)
tree73173ce3b99474da433d25c4c8b1826f5e9c3871 /docs/style.css
parent621cde3d3c739995f29deedd3e17e9bfff2de464 (diff)
downloadmupdf-c39d9ce510de61341530c53bf3314da5375c17d6.tar.xz
Simplify HTML pages.
Diffstat (limited to 'docs/style.css')
-rw-r--r--docs/style.css12
1 files changed, 2 insertions, 10 deletions
diff --git a/docs/style.css b/docs/style.css
index 8bb02028..b31aa999 100644
--- a/docs/style.css
+++ b/docs/style.css
@@ -1,7 +1,5 @@
-h1, nav, footer { font-family: sans-serif; }
+h1, footer { font-family: sans-serif; }
-a { text-decoration: none; }
-a:hover { text-decoration: underline; }
h2 { font-size: 1.25rem; }
h3 { font-size: 1.25rem; }
ul li { list-style-type: circle; }
@@ -18,18 +16,12 @@ h1 {
header {
color: white;
background: no-repeat;
- background-color: #36648b;
+ background-color: #506b80;
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 {
max-width: 50rem;
margin: 2rem;