[style] h3, code

This commit is contained in:
Gaspard Jankowiak 2014-05-12 15:21:35 +02:00
commit cbe62649b4
2 changed files with 20 additions and 0 deletions

View file

@ -115,6 +115,11 @@ section h2 {
font-weight: bold;
}
section h3 {
font-size: 100%;
font-weight: bold;
}
h1, h2, h3, h4, h5 {
margin: 0.7em 0 0.5em 0;
}
@ -137,6 +142,16 @@ header a {
color: #444444;
}
pre {
background-color: #f5f5f5;
padding: 0.5em;
margin: 0.5em 0;
}
code {
font-family: mono;
}
nav {
text-align: center;
font-size: 120%;