Changes for page ListWebSearch

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

From version 346.1
edited by Ecaterina Valica
on 2009/03/24 13:31
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
... ... @@ -379,9 +379,11 @@
379 379   padding-right: 6px;
380 380   margin: 0px;
381 381  }
382 -div.suggestResults ul em{
383 - font-style: normal;
382 +em{
384 384   background-color:#F7FF94;
385 385   padding:0;
386 386   margin: 0;
387 387  }
387 +em:hover{
388 + text-decoration: underline;
389 +}