1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-28 21:05:46 +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 correctly. The only difficult part is to write special sections like for
help::help[various.html#:help]. help::help[various.html#:help].
----------------------------------------------------------------------------------
|<F1>| |:help| |:h| |help| |<F1>| |:help| |:h| |help|
||:h[elp] {subject}|| + ||:h[elp] {subject}|| +
||<F1>|| ||<F1>||
____________________________________________________________________________ ____________________________________________________________________________
Open help window. Open help window.
The default section is shown unless {subject} is specified. The default section is shown unless {subject} is specified.
If you need help for a specific topic, try [c]:help overview[c]. If you need help for a specific topic, try [c]:help overview[c].
____________________________________________________________________________ ____________________________________________________________________________
----------------------------------------------------------------------------------
is displayed as: is displayed as:

View File

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