From 44ecbe1e3bf5a9a2c683430b0fe576b208d083fa Mon Sep 17 00:00:00 2001 From: Martin Stubenschrott Date: Wed, 23 Jan 2008 00:53:46 +0000 Subject: [PATCH] made listingblocks prettier --- locale/en-US/developer.txt | 19 ++++++++++--------- locale/en-US/xhtml11.css | 5 +++-- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/locale/en-US/developer.txt b/locale/en-US/developer.txt index 1b8cc58f..f697f32e 100644 --- a/locale/en-US/developer.txt +++ b/locale/en-US/developer.txt @@ -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]. - - || |:help| |:h| |help| - ||:h[elp] {subject}|| + - |||| - ____________________________________________________________________________ - 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]. - ____________________________________________________________________________ +---------------------------------------------------------------------------------- +|| |:help| |:h| |help| +||:h[elp] {subject}|| + +|||| +____________________________________________________________________________ +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: diff --git a/locale/en-US/xhtml11.css b/locale/en-US/xhtml11.css index 3ed54f8c..a293904e 100644 --- a/locale/en-US/xhtml11.css +++ b/locale/en-US/xhtml11.css @@ -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;