2
0

Security page improvements.

[ADDED]     Table of contents.
[FIXED]     Inline header style fixes.
[ADDED]     Trade-offs.
This commit is contained in:
Maarten Billemont
2014-02-09 17:57:20 -05:00
parent f9da568bfd
commit f57415a08b
2 changed files with 112 additions and 24 deletions

View File

@@ -18,6 +18,17 @@ nav {
h1, h2, h3, h4 {
margin-top: 1em;
}
/*
*[id]::before {
position: relative;
content: "";
display: block;
height: 60px;
width: 5px;
background: red;
margin-top: -60px;
}
*/
section {
padding: 1ex 0;
@@ -46,7 +57,7 @@ section {
margin-left: -2em;
padding-left: 3em;
}
h3.inline {
h2.inline, h3.inline, h4.inline {
display: inline-block;
line-height: inherit;
}