Files
harbour-core/harbour/examples/hbdoc/hbdoc.css
Viktor Szakats 6cd660db50 2012-06-29 13:21 UTC+0200 Viktor Szakats (harbour syenar.net)
* examples/hbdoc/hbdoc.css
    ! minor in comment
2012-06-29 11:22:39 +00:00

45 lines
558 B
CSS

/* Harbour Documentation Stylesheet */
@charset "utf-8";
body {
font-family: arial;
font-size: 14px;
line-height: 18px;
}
.name {
font-weight: bold;
font-size: 18px;
margin-left: 0px;
padding-top: 0px;
padding-bottom: 4px;
}
.oneliner {
font-style: italic;
margin-bottom: 12px;
}
.itemtitle {
font-weight: bold;
margin-left: 0px;
padding-top: 0px;
padding-bottom: 4px;
}
.itemtext {
margin-left: 10px;
padding-bottom: 4px;
}
.examples {
margin-left: 10px;
padding-bottom: 4px;
}
.tests {
margin-left: 10px;
padding-bottom: 4px;
}