diff options
| author | Ray Strode <rstrode@redhat.com> | 2011-06-13 11:45:44 -0400 |
|---|---|---|
| committer | Ray Strode <rstrode@redhat.com> | 2011-06-13 12:51:20 -0400 |
| commit | f258b4490beb89eacb1ca21fcca37bb5e135643e (patch) | |
| tree | 1ce22a96022b48699320122a9f745ce1214d795b /default.css | |
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.
Diffstat (limited to 'default.css')
| -rw-r--r-- | default.css | 13 |
1 files changed, 13 insertions, 0 deletions
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; +} + + |
