Additional CSS to beautify the Guide.

HT jgay who pasted this to me on IRC.
This commit is contained in:
Bradley M. Kuhn 2014-11-06 14:51:08 -05:00
parent 913551b960
commit 6037a3726d

View file

@ -1,3 +1,10 @@
body > p.noindent {
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;}