From f258b4490beb89eacb1ca21fcca37bb5e135643e Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Mon, 13 Jun 2011 11:45:44 -0400 Subject: initial import This is just a couple of hours worth of hacking, to try to sketch out a kiosk app for streaming. It doesn't do much yet besides show a preview video. --- default.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 default.css (limited to 'default.css') diff --git a/default.css b/default.css new file mode 100644 index 0000000..774f1b0 --- /dev/null +++ b/default.css @@ -0,0 +1,13 @@ +.panel-item { + background-color: #555555; +} + +#panel { + background-color: #555555; +} + +#stage-layout { + background-color: black; +} + + -- cgit v1.2.3