summaryrefslogtreecommitdiff
path: root/user.css.example
diff options
context:
space:
mode:
Diffstat (limited to 'user.css.example')
-rw-r--r--user.css.example27
1 files changed, 0 insertions, 27 deletions
diff --git a/user.css.example b/user.css.example
deleted file mode 100644
index 7e212b2..0000000
--- a/user.css.example
+++ /dev/null
@@ -1,27 +0,0 @@
-/* The user.css is mainly an example to demonstrate the possibilities */
-
-/*
- Disable items in navigation bar.
- For valid ids read navigation.html.
-*/
-#rc {
- display: none;
-}
-#tv {
- display: none;
-}
-
-/*
- Disable action icons.
- e.g.: close, switch, record, imdb, info, stream
-*/
-/* disable info and stream buttons in lists */
-.list .action.info,
-.list .action.stream {
- display: none;
-}
-
-/* Disable scrollbars in prog_summary detail view. */
-#prog_summary .epg_summary {
- overflow: auto;
-}