From a3c448e2b51246f54bcff35725445527e3f39693 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 4 Oct 2012 15:13:50 +0400 Subject: [PATCH] old changes... Signed-off-by: Alex A. Naanou --- ui/TODO.otl | 3 ++- ui/gallery-prototype.js | 2 ++ ui/gallery.css | 5 +++++ 3 files changed, 9 insertions(+), 1 deletion(-) 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;