guide/css/guide.css
Bradley M. Kuhn 6037a3726d Additional CSS to beautify the Guide.
HT jgay who pasted this to me on IRC.
2014-11-06 14:51:08 -05:00

10 lines
214 B
CSS

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;}