[mythtv] Mythweb status screen fix

Tom Lichti tom at redpepperracing.com
Fri Aug 25 23:58:25 UTC 2006


I can't believe no-one has mentioned this before, and I finally got 
tired of it and fixed it. In skins/default/status.css, comment out (or 
remove) the

hr {
    display:none;
}


section, like so:

#hr {
#    display:none;
#}

and then you get nice horizontal rules between each program in the 
upcoming list and the job queue, instead of them all running together. 
Is there a reason why this tag was defined like it was? I don't see this 
change breaking anything else, from what I've tested so far. If so 
desired, I can code up a patch for the different skins.

Tom



More information about the mythtv-dev mailing list