Changes for page ListWebSearch

Last modified by Ecaterina Valica on 2010/07/22 10:30

From version 352.1
edited by Ecaterina Valica
on 2009/03/24 13:41
Change comment: There is no comment for this version
To version 349.1
edited by Ecaterina Valica
on 2009/03/24 13:37
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -363,7 +363,6 @@
363 363   width: 60%;
364 364   display:inline-block;
365 365   font-weight: bold;
366 - font-size: 90%;
367 367   padding-left: 6px;
368 368   margin: 0px;
369 369  }
... ... @@ -384,5 +384,7 @@
384 384   background-color:#F7FF94;
385 385   padding:0;
386 386   margin: 0;
387 - text-decoration: inherited;
388 388  }
387 +em:hover{
388 + text-decoration: underline;
389 +}