view DOCS/default.css @ 34645:0bce77ccae9a

Fix compiling with osdep setenv Since we have -Werror-implicit-function-declaration in CFLAGS, we need a prototype for the osdep setenv() implementation. Reported-by: redxii (in #mplayer IRC channel)
author al
date Sat, 18 Feb 2012 00:08:30 +0000
parents 0ad2da052b2e
children
line wrap: on
line source

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