Files
harbour-core/extras/hbdoc/hbdoc.css
vszakats a4a357a18b 2013-03-15 11:12 UTC+0100 Viktor Szakats (harbour syenar.net)
* /harbour/* -> /*
    * moved whole Harbour source tree one level up to
      avoid single 'harbour' top dir
2013-03-15 11:13:30 +01:00

45 lines
550 B
CSS

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