1
0
mirror of https://github.com/bitwarden/help synced 2025-12-10 05:13:43 +00:00

style fixes and copy update

This commit is contained in:
Kyle Spearrin
2016-10-15 02:37:30 -04:00
parent e1436f633b
commit 7d77988db9
2 changed files with 5 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ tags: [encryption]
bitwarden uses [AES][aes] 256 bit encryption as well as [PBKDF2][pbkdf2] to secure your data.
[AES][aes] is used by the US government and other government agencies around the world for protecting top secret data. With
proper implementation and a strong encryption key (your master password), it is considered unbreakable.
proper implementation and a strong encryption key (your master password), AES is considered unbreakable.
[PBKDF2][pbkdf2] is used to derive the encryption key from your master password. This key is then salted and hashed.

View File

@@ -159,8 +159,10 @@ footer {
.panel-article {
ul, ol {
li + li {
margin-top: 0.45em;
li + li,
ul li:first-child,
ol li:first-child {
margin-top: 0.40em;
}
}
}