Ticket #3394: mythwebcss.diff

File mythwebcss.diff, 617 bytes (added by hads, 5 years ago)

Workaround for weird css issue in Konqueror

  • mythweb/skins/default/tv_detail.css

     
    190190} 
    191191 
    192192#-downloads div.-links { 
    193     padding:            .5em; 
     193    padding:            0 .5em 1.2em .5em; 
    194194    background-color:   black; 
    195195    text-align:         center; 
    196196} 
    197197 
    198198#-downloads div.-links a { 
    199199    position:           relative; 
    200     top:                -10px; 
     200    top:                0px; 
    201201    margin:             0px 1.5em; 
    202202    padding:            .75em; 
    203203}