view DOCS/default.css @ 36287:3a1b89dc7070

Place GUI_HANDLE_EVENTS calls after GUI_REDRAW calls. The redraw will generate events, which should be handled afterwards (if already in the event queue).
author ib
date Thu, 01 Aug 2013 17:12:26 +0000
parents 0ad2da052b2e
children
line wrap: on
line source

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