Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tails
tails
Commits
1945ad64
Commit
1945ad64
authored
Apr 12, 2012
by
Tails developers
Browse files
CSS: Fix display of wide preformatted text.
parent
29fbbeaf
Changes
3
Hide whitespace changes
Inline
Side-by-side
wiki/src/doc/about/openpgp_keys.mdwn
View file @
1945ad64
...
...
@@ -39,11 +39,11 @@ key pair is managed in a less safe way than our signing key.
Key details
-----------
pub 4096R/F93E735F 2009-08-14 Tails developers (Schleuder mailing-list) <tails@boum.org>
Key fingerprint = 09F6 BC8F EEC9 D8EE 005D BAA4 1D29 75ED F93E 735F
uid Amnesia <amnesia@boum.org>
uid T(A)ILS developers (Schleuder mailing-list) <amnesia@boum.org>
sub 4096R/E89382EB 2009-08-14 [expires: 2014-08-13]
pub 4096R/F93E735F 2009-08-14 Tails developers (Schleuder mailing-list) <tails@boum.org>
Key fingerprint = 09F6 BC8F EEC9 D8EE 005D BAA4 1D29 75ED F93E 735F
uid Amnesia <amnesia@boum.org>
uid T(A)ILS developers (Schleuder mailing-list) <amnesia@boum.org>
sub 4096R/E89382EB 2009-08-14 [expires: 2014-08-13]
How to get the public key?
--------------------------
...
...
@@ -78,10 +78,10 @@ systems managed by anyone else than Tails core developers.
Key details
-----------
pub 4096R/BE2CD9C1 2010-10-07 [expires: 2012-10-06]
Key fingerprint = 0D24 B36A A9A2 A651 7878 7645 1202 821C BE2C D9C1
uid Tails developers (signing key) <tails@boum.org>
uid T(A)ILS developers (signing key) <amnesia@boum.org>
pub 4096R/BE2CD9C1 2010-10-07 [expires: 2012-10-06]
Key fingerprint = 0D24 B36A A9A2 A651 7878 7645 1202 821C BE2C D9C1
uid Tails developers (signing key) <tails@boum.org>
uid T(A)ILS developers (signing key) <amnesia@boum.org>
How to get the public key?
--------------------------
...
...
wiki/src/doc/get/trusting_tails_signing_key.mdwn
View file @
1945ad64
...
...
@@ -121,7 +121,7 @@ still don't have in your keyring. You could try to search for them in the Debian
keyring by their key ID: the 16 digit code between the 'sig' tag and the date.
You could for example do:
gpg
--keyid-format long
--keyring=/usr/share/keyrings/debian-keyring.gpg --list-key CCD2ED94D21739E9
gpg --keyring=/usr/share/keyrings/debian-keyring.gpg --list-key CCD2ED94D21739E9
If this signature corresponds to a key in the Debian keyring you will get
something like this:
...
...
wiki/src/local.css
View file @
1945ad64
...
...
@@ -21,6 +21,7 @@ Table of Content:
- Language Toolbar
- Icons
- Documentation Styling
- Special Cases
*/
/* Base */
...
...
@@ -96,7 +97,7 @@ li>p {
code
,
kbd
,
samp
,
pre
,
tt
,
var
{
font-family
:
"Courier"
,
monospace
;
font-size
:
1
6
px
;
font-size
:
1
5
px
;
}
p
+
p
{
...
...
@@ -414,14 +415,11 @@ code {
}
pre
{
background-color
:
#EEEEEE
;
border
:
thin
solid
#
CCCCCC
;
color
:
#
444
444
;
background-color
:
#eee
;
border
:
thin
solid
#
ccc
;
color
:
#444
;
margin
:
1.5em
;
padding
:
0.1em
;
padding-left
:
10px
;
border-left
:
5px
solid
#CCCCCC
;
padding
:
0.25em
0.5em
;
}
div
.inlinepage
{
...
...
@@ -552,7 +550,6 @@ input#searchbox:focus {
#content
{
padding-left
:
20px
;
margin-right
:
20em
;
background
:
none
;
}
...
...
@@ -1052,3 +1049,11 @@ div.caution {
div
.note
{
background-image
:
url(lib/admon-note.png)
;
}
/* Special Cases */
/* doc/get/trusting_tails_signing_key */
pre
.list-key
{
width
:
60em
;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment