blob: ed92cb07dd56cbba757d07ed0e985fee2a57fb6a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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%;
}
*/
|