summaryrefslogtreecommitdiff
path: root/css/siteprefs.css
diff options
context:
space:
mode:
authorDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-05-31 23:44:01 +0000
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-05-31 23:44:01 +0000
commit4bb2cc172549bcf9f86a94e5d3d0d5ade5f91dfe (patch)
tree1594cf050f0f23da64c41b02d739a9e4e1808e21 /css/siteprefs.css
parent5d74b90e216827453c87eeb0addae5bb081c40f5 (diff)
downloadvdr-plugin-live-4bb2cc172549bcf9f86a94e5d3d0d5ade5f91dfe.tar.gz
vdr-plugin-live-4bb2cc172549bcf9f86a94e5d3d0d5ade5f91dfe.tar.bz2
- Added doc/ChangeLog
- Added doc/css-themeing.txt - Implemented support for site wide style overrides. Fixes Bug #339 - Updated all pages to use the override mechanism. - Added needed files to Makefile - Introduced USRDIR configuration variable to Makefile.
Diffstat (limited to 'css/siteprefs.css')
-rw-r--r--css/siteprefs.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/css/siteprefs.css b/css/siteprefs.css
new file mode 100644
index 0000000..ed92cb0
--- /dev/null
+++ b/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%;
+}
+*/