documentation: fix some spelling
This commit is contained in:
parent
7ed44a508c
commit
fbf59878d6
5 changed files with 89 additions and 64 deletions
27
doc/style.css
Normal file
27
doc/style.css
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
body {
|
||||
background-color: #CCC;
|
||||
color: black;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
div.contents {
|
||||
margin-bottom: 10px;
|
||||
padding: 12px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
max-width: 1024px;
|
||||
background-color: white;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
#titlearea {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
hr.footer {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.footer {
|
||||
background-color: #AAA;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue