File: css.txt

package info (click to toggle)
sarg 2.4.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,456 kB
  • sloc: ansic: 17,692; sh: 4,581; xml: 371; javascript: 352; php: 205; makefile: 183; sed: 16; pascal: 2
file content (20 lines) | stat: -rw-r--r-- 410 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*!\file css.c
\brief Write the Content Style Sheet of the HTML reports.
*/


/*! \fn void css_content(FILE *fp_css)
Write the content of the CSS in the file.

\param fp_css The file to write the CSS to.
*/




/*! \fn void css(FILE *fp_css)
Write the CSS in the file either as a link to an external file whose name is in
::ExternalCSSFile or as an inline text.

\param fp_css The file to write the CSS to.
*/