Change documentation styles
This commit is contained in:
parent
c2991a6768
commit
5438c20bc9
|
@ -1,5 +1,9 @@
|
||||||
/* Some misc styles */
|
/* Some misc styles */
|
||||||
|
|
||||||
|
#main {
|
||||||
|
max-width: 71ch;
|
||||||
|
}
|
||||||
|
|
||||||
.big-image {
|
.big-image {
|
||||||
display: block;
|
display: block;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
@ -14,7 +18,7 @@ table.pretty-table {
|
||||||
|
|
||||||
table.pretty-table td, table.pretty-table th {
|
table.pretty-table td, table.pretty-table th {
|
||||||
border: 1px solid #cccccc;
|
border: 1px solid #cccccc;
|
||||||
padding: 2px 4px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.pretty-table th {
|
table.pretty-table th {
|
||||||
|
|
Loading…
Reference in a new issue