1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-07 16:34:11 +01:00

made listingblocks prettier

This commit is contained in:
Martin Stubenschrott
2008-01-23 00:53:46 +00:00
parent 48af3ce041
commit 44ecbe1e3b
2 changed files with 13 additions and 11 deletions

View File

@@ -11,15 +11,16 @@ Usually you can just write text as is, and mostly it will be interpreted
correctly. The only difficult part is to write special sections like for
help::help[various.html#:help].
|<F1>| |:help| |:h| |help|
||:h[elp] {subject}|| +
||<F1>||
____________________________________________________________________________
Open help window.
The default section is shown unless {subject} is specified.
If you need help for a specific topic, try [c]:help overview[c].
____________________________________________________________________________
----------------------------------------------------------------------------------
|<F1>| |:help| |:h| |help|
||:h[elp] {subject}|| +
||<F1>||
____________________________________________________________________________
Open help window.
The default section is shown unless {subject} is specified.
If you need help for a specific topic, try [c]:help overview[c].
____________________________________________________________________________
----------------------------------------------------------------------------------
is displayed as:

View File

@@ -127,7 +127,7 @@ body h1, body h2, body h3, body h4, body h5, body h6 {
body pre {
margin: 0.5em 10% 0.5em 1em;
line-height: 1.0;
line-height: 1.2;
color: navy;
}
@@ -135,7 +135,8 @@ tt.literal, code.literal {
color: navy;
}
.programlisting, .screen {
.programlisting, .screen, .listingblock {
border: 1px solid silver;
background: #f4f4f4;
margin: 0.5em 10% 0.5em 0;