Changeset - 6037a3726d3d
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 9 years ago 2014-11-06 19:51:08
bkuhn@ebb.org
Additional CSS to beautify the Guide.

HT jgay who pasted this to me on IRC.
1 file changed with 7 insertions and 0 deletions:
0 comments (0 inline, 0 general)
css/guide.css
Show inline comments
 
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;}
0 comments (0 inline, 0 general)