Additional CSS to beautify the Guide.
HT jgay who pasted this to me on IRC.
This commit is contained in:
parent
913551b960
commit
6037a3726d
1 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
||||||
body > p.noindent {
|
body > p.noindent {
|
||||||
text-indent:1em;
|
text-indent:1em;
|
||||||
}
|
}
|
||||||
|
body {
|
||||||
|
max-width: 680px;
|
||||||
|
margin: 0 auto !important;
|
||||||
|
float: none !important;
|
||||||
|
font-family: Georgia, serif;
|
||||||
|
}
|
||||||
|
.tabbing{padding-left: 2px; padding-right:2px;}
|
||||||
|
|
Loading…
Reference in a new issue