Index: mythweb/themes/Default/style.css
===================================================================
RCS file: /var/lib/mythcvs/mythplugins/mythweb/themes/Default/style.css,v
retrieving revision 1.25
diff -u -r1.25 style.css
--- mythweb/themes/Default/style.css	22 Apr 2005 01:17:38 -0000	1.25
+++ mythweb/themes/Default/style.css	18 May 2005 00:37:47 -0000
@@ -196,7 +196,8 @@
 }
 
 /* the category legend */
-#command_choices {
+.command_choices {
+    display:          inline;
     white-space:      nowrap;
 }
 #category_legend_popup {
Index: mythweb/themes/Default/theme.php
===================================================================
RCS file: /var/lib/mythcvs/mythplugins/mythweb/themes/Default/theme.php,v
retrieving revision 1.56
diff -u -r1.56 theme.php
--- mythweb/themes/Default/theme.php	22 Apr 2005 01:17:38 -0000	1.56
+++ mythweb/themes/Default/theme.php	18 May 2005 00:37:47 -0000
@@ -150,24 +150,23 @@
     }
 
     function print_menu_content() {
-        ?><div id="command_choices">
-                <a id="category_legend" onmouseover="popup('category_legend'); return true;">MythTV:</a> &nbsp; &nbsp;
-                <a href="program_listing.php"><?php echo t('Listings') ?></a>
-                &nbsp; | &nbsp;
-                <a href="canned_searches.php"><?php echo t('Searches') ?></a>
-                &nbsp; | &nbsp;
-                <a href="schedule_manually.php"><?php echo t('Manually Schedule') ?></a>
-                &nbsp; | &nbsp;
-                <a href="recording_schedules.php"><?php echo t('Recording Schedules') ?></a>
-                &nbsp; | &nbsp;
-                <a href="scheduled_recordings.php"><?php echo t('Scheduled Recordings') ?></a>
-                &nbsp; | &nbsp;
-                <a href="recorded_programs.php"><?php echo t('Recorded Programs') ?></a>
-                &nbsp; | &nbsp;
-                <a href="status.php"><?php echo t('Backend Status') ?></a>
-                &nbsp; | &nbsp;
-                <a href="log.php"><?php echo ('Backend Logs') ?></a>
-        </div><?php
+        ?><div class="command_choices"><a id="category_legend" onmouseover="popup('category_legend'); return true;">MythTV:</a> &nbsp; &nbsp;</div>
+                <div class="command_choices"><a href="program_listing.php"><?php echo t('Listings') ?></a>
+                    &nbsp; | &nbsp;</div>
+                <div class="command_choices"><a href="canned_searches.php"><?php echo t('Searches') ?></a>
+                    &nbsp; | &nbsp;</div>
+                <div class="command_choices"><a href="schedule_manually.php"><?php echo t('Manually Schedule') ?></a>
+                    &nbsp; | &nbsp;</div>
+                <div class="command_choices"><a href="recording_schedules.php"><?php echo t('Recording Schedules') ?></a>
+                    &nbsp; | &nbsp;</div>
+                <div class="command_choices"><a href="scheduled_recordings.php"><?php echo t('Scheduled Recordings') ?></a>
+                    &nbsp; | &nbsp;</div>
+                <div class="command_choices"><a href="recorded_programs.php"><?php echo t('Recorded Programs') ?></a>
+                    &nbsp; | &nbsp;</div>
+                <div class="command_choices"><a href="status.php"><?php echo t('Backend Status') ?></a>
+                    &nbsp; | &nbsp;</div>
+                <div class="command_choices"><a href="log.php"><?php echo ('Backend Logs') ?></a></div>
+            <?php
     // Create the category legend popup
         global $Categories, $Footnotes;
         $legend = <<<EOF
