Files
harbour-core/harbour/extras/hbdoc/hbdoc.css
Viktor Szakats 340318e66d 2012-07-21 19:09 UTC+0200 Viktor Szakats (vszakats syenar.net)
+ extras
  - examples
  * doc/dirstruc.txt
    * renamed 'examples' to what it is more: 'extras'
2012-07-21 17:10:27 +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;
}