view DOCS/default.css @ 35159:ade40c1d69b8

Get rid of global variable dvd_title in GUI. Its usage is pointless anyway, because the GUI uses guiInfo.Track instead. As a result, it doesn't have to be global any longer and can be defined in stream/stream_dvd.c (where it belongs).
author ib
date Thu, 18 Oct 2012 12:17:58 +0000
parents 0ad2da052b2e
children
line wrap: on
line source

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