+ examples/hbdoc/hbdoc.css
* examples/hbdoc/genhtml.prg
* examples/hbdoc/hbdoc.prg
* examples/hbdoc/tmplates.prg
% avoid simpleio.ch
* moved CSS code to separate file
* renamed CSS file to hbdoc.css
! further unicode fix for html/xml outputs
* utils/hbmk2/hbmk2.prg
! fixed recent regression
45 lines
554 B
CSS
45 lines
554 B
CSS
/* Harbour Documents 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;
|
|
}
|