From be194f4f72443307998816293985831926460cce Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Mon, 16 Oct 2006 19:55:25 +0000 Subject: fixed stupid typo causing show all to fail on genre --- templates/default.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'templates/default.css') diff --git a/templates/default.css b/templates/default.css index 9594a02d..86e27c8b 100644 --- a/templates/default.css +++ b/templates/default.css @@ -596,6 +596,9 @@ li.current-rating{ .np_cell { margin: 10px; } + +/* 'Tab' Preferences, used by preferences.php */ + #tablist { padding: 3px 0; margin: 12px 0 0 0; @@ -633,3 +636,16 @@ li.current-rating{ border-bottom: 1px solid #000000; } + +/* TV Page Related Styles */ +#tv_control { + float:left; +} + +#tv_np { + float:right; +} + +#tv_playlist { + clear: both; +} -- cgit