Changeset 839

Show
Ignore:
Timestamp:
10/29/07 19:22:42 (6 years ago)
Author:
miyagawa
Message:

fix underline css

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/mobirc/trunk/mobirc/lib/Mobirc/Util.pm

    r836 r839  
    128128                   } 
    129129                   if ($stash{underline}) { 
    130                        $style .= "text-decoration:none;"; 
     130                       $style .= "text-decoration:underline;"; 
    131131                   } 
    132132                   if ($stash{inverse}) {