view DOCS/default.css @ 36435:2d41b475a7b4

Silence a format warning with cdparanoia. Although cdparanoia returns a long value, it's just a cast of an int, while libcdio uses uint8_t (which both is sufficient for the possible 99 tracks).
author ib
date Mon, 02 Dec 2013 14:30:21 +0000
parents 0ad2da052b2e
children
line wrap: on
line source

body,table {
  font-family : Arial, Helvetica, sans-serif;
  font-size   : 14px;
  background  : white;
}