summaryrefslogtreecommitdiff
path: root/live/css
diff options
context:
space:
mode:
authorDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-06-22 22:39:11 +0000
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-06-22 22:39:11 +0000
commitb3ca0eb9198a66f163140dd0eccde35677921f12 (patch)
tree3a40c41208b3929029e9113648702a931f4f64e6 /live/css
parentd9e1b706df7ebcb0fa7e7e716291f9c88aad6a24 (diff)
downloadvdr-plugin-live-b3ca0eb9198a66f163140dd0eccde35677921f12.tar.gz
vdr-plugin-live-b3ca0eb9198a66f163140dd0eccde35677921f12.tar.bz2
- directory restructuration regarding static content.
Diffstat (limited to 'live/css')
-rw-r--r--live/css/siteprefs.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/live/css/siteprefs.css b/live/css/siteprefs.css
new file mode 100644
index 0000000..ed92cb0
--- /dev/null
+++ b/live/css/siteprefs.css
@@ -0,0 +1,17 @@
+/* ######################
+ # This file is part of vdr-live!
+ # It is here to give the users the possibility to change the
+ # default css style of vdr-live to their needs.
+ #
+ # If you don't want to change default settings, make this file
+ # empty, but don't delete it.
+ ######################
+*/
+
+/* uncomment this below, to make all tables full page width.
+*/
+/*
+table {
+ width: 100%;
+}
+*/