[style] h3, code

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

View file

@ -41,6 +41,8 @@ section h1 { font-size: 150%; border-left: 4px solid $links;
section h2 { font-size: 120%; font-weight: bold; }
section h3 { font-size: 100%; font-weight: bold; }
h1, h2, h3, h4, h5 { margin: 0.7em 0 0.5em 0; }
header { text-align: center; font-family: "OpenSansLight", sans;
@ -51,6 +53,9 @@ header h1 { font-size: 1.5em; margin:0 0 0.3em 0; }
header a { color: $text; }
pre { background-color: #f5f5f5; padding: 0.5em; margin: 0.5em 0; }
code { font-family: mono; }
nav { text-align: center; font-size: 120%; margin: 1em 0; }
nav ul li { display: inline; margin: 0; clear: both; padding: 0 10px 0 11px; }
nav ul li:nth-child(n+2) { border-left: 1px solid $rule; }

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%;