diff --git a/ui/TODO.otl b/ui/TODO.otl index d3d8acc6..eb3574ba 100755 --- a/ui/TODO.otl +++ b/ui/TODO.otl @@ -1,5 +1,6 @@ Priority work - [_] 88% Preview II + [_] 82% Preview II + [_] structure sorting to be persistent... [_] 43% native client [_] make cache generator accept command-line args... [_] 0% Generic diff --git a/ui/gallery-prototype.js b/ui/gallery-prototype.js index 81676b5a..eb58186d 100755 --- a/ui/gallery-prototype.js +++ b/ui/gallery-prototype.js @@ -1094,6 +1094,8 @@ function updateInfo(){ } + + /************************************************** Setup Functions **/ // XXX is this a correct place for these? diff --git a/ui/gallery.css b/ui/gallery.css index 7c852256..592a06d8 100755 --- a/ui/gallery.css +++ b/ui/gallery.css @@ -1,3 +1,8 @@ +body { + font-family: sans-serif; +} + + .overlay, .splash { position: absolute; top: 0px;