diff options
Diffstat (limited to 'live')
-rw-r--r-- | live/css/siteprefs.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/live/css/siteprefs.css b/live/css/siteprefs.css index ed92cb0..9fa03cc 100644 --- a/live/css/siteprefs.css +++ b/live/css/siteprefs.css @@ -15,3 +15,9 @@ table { width: 100%; } */ + +/* comment this out, if you want epg images at their native size */ +.info-win span.epg_images { + width: 120px; +} + |