diff options
Diffstat (limited to 'live/css')
-rw-r--r-- | live/css/siteprefs.css | 17 |
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%; +} +*/ |