Files
harbour-core/harbour/extras/hbdoc/hbdoc.css
Viktor Szakats 811450629b 2012-11-17 14:23 UTC+0100 Viktor Szakats (vszakats syenar.net)
* extras/hbdoc/hbdoc.css
  * website/css/styles.css
    % minor optimization

  * extras/hbdoc/hbdoc.css
  * website/css/styles.css
  * website/*.htm
  * website/*.html
  * website/faq/*.html
  * website/menu/*.js
  * website/samples/*.html
    ! svn charset prop set to UTF-8
2012-11-17 13:33:12 +00:00

45 lines
550 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: 0;
padding-top: 0;
padding-bottom: 4px;
}
.oneliner {
font-style: italic;
margin-bottom: 12px;
}
.itemtitle {
font-weight: bold;
margin-left: 0;
padding-top: 0;
padding-bottom: 4px;
}
.itemtext {
margin-left: 10px;
padding-bottom: 4px;
}
.examples {
margin-left: 10px;
padding-bottom: 4px;
}
.tests {
margin-left: 10px;
padding-bottom: 4px;
}