2
0

Explain all the security properties of the Master Password solution.

[ADDED]     security.html to the site.
This commit is contained in:
Maarten Billemont
2014-02-07 01:02:43 -05:00
parent a645e22973
commit 39c9f8c5a0
2 changed files with 388 additions and 0 deletions

View File

@@ -32,6 +32,24 @@ section {
text-align: left;
text-align: initial;
}
.hlvl {
border-left: 5px solid #EEE;
padding-left: 1em;
}
.hlvl .hlvl {
border-color: #CCC;
margin-left: -1em;
padding-left: 2em;
}
.hlvl .hlvl .hlvl {
border-color: #AAA;
margin-left: -2em;
padding-left: 3em;
}
h3.inline {
display: inline-block;
line-height: inherit;
}
.box {
display: inline-block;
position: relative;
@@ -166,3 +184,12 @@ footer .content {
footer .column {
text-align: left;
}
q::before {
content: open-quote;
}
q {
font-style: italic;
}
q::after {
content: close-quote;
}