1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-05 14:25:45 +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

@@ -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;