More documentation files updated to their current en version.

This commit is contained in:
stronk7 2004-07-08 16:20:08 +00:00
parent afc341e8e4
commit 1bd5607467
3 changed files with 24 additions and 288 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,4 +1,3 @@
body, td, th, li {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
@ -86,6 +85,9 @@ h1 {
background-color: #CCCCCC;
padding: 5px;
font-size: large;
border-width: 1px;
border-color: #CCCCCC;
-moz-border-radius: 10px;
}
h2 {
font-weight: bold;
@ -93,8 +95,9 @@ h2 {
background-color: #666666;
padding: 5px;
font-size: medium;
border-width: 1px;
border-color: #666666;
-moz-border-radius: 10px;
}
h3 {
font-weight: normal;
@ -102,6 +105,7 @@ h3 {
background-color: #666666;
padding: 5px;
font-size: medium;
-moz-border-radius: 10px;
}
.spaced {
@ -112,3 +116,18 @@ ul {
margin-top: 10px;
}
.commandline {
font-family: "Courier New", Courier, mono;
font-size: x-small;
background-color: #FBFBFB;
margin: auto auto 20px 30px;
padding: 5px;
height: auto;
width: auto;
font-weight: bold;
border: 1px solid #999999;
white-space: nowrap;
display: compact;
clear: both;
float: none;
}