Skip to content

Commit

Permalink
Style tweakss
Browse files Browse the repository at this point in the history
  • Loading branch information
ndw committed Feb 10, 2019
1 parent c54f7e7 commit dc2f09b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions src/homepage/homepage/home.css
Expand Up @@ -3,6 +3,18 @@
body {
margin-left: 2em;
margin-right: 2em;
font-size: 120%;
line-height: 1.2;
font-family: "Noto Serif", "DejaVu Serif", serif;
}

h1, h2, h3, h4, h5, h6 {
font-family: "Open Sans", "DejaVu Sans", sans-serif;
}

dt {
font-family: "Open Sans", "DejaVu Sans", sans-serif;
font-weight: bold;
}

.logo {
Expand All @@ -29,11 +41,17 @@ body > div {
body {
margin-left: 0.5em;
margin-right: 0.5em;
font-size: 100%;
line-height: 1.0;
}

.logo {
width: 6em;
padding-left: 1em;
padding-bottom: 0.5em;
}

dd {
margin-left: 20;
}
}
4 changes: 2 additions & 2 deletions src/homepage/index.html
@@ -1,13 +1,13 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>XProc 3.0</title>
<title>XProc 3.0: A Pipeline Language</title>
<link rel="stylesheet" href="homepage/home.css" />
<link rel="icon" href="homepage/icon.png" type="image/png" />
</head>
<body>
<img class="logo" src="homepage/xproc-fish.svg" alt="XProc logo fish" />
<h1>XProc 3.0</h1>
<h1>XProc 3.0: A Pipeline Language</h1>

<p>XProc is a language for describing pipelines, sequences of
operations to be performed on a set of documents. This is the homepage
Expand Down

0 comments on commit dc2f09b

Please sign in to comment.