diff --git a/www/searchCSS.css b/www/searchCSS.css index 878cf8139502c1b80b7f490f238ec353a32b1092..4ac7a302446d0a42d812182a6751f707698e5724 100644 --- a/www/searchCSS.css +++ b/www/searchCSS.css @@ -22,21 +22,27 @@ The Search results font-size: 1.1em; } .gs-result .gs-title, .gs-result .gs-title *{ -color : #990000; -text-decoration: none; -font-size: 1.1em; + color : #990000; + text-decoration: none; + font-size: 1.1em; } .gs-result .gs-title a:hover, .gs-result .gs-title a:hover * { -color : #cc0000; + color : #cc0000; } .gs-result.alt { -background:#FAFAFA; + background:#FAFAFA; } .gs-result { -border-bottom:1px solid #ddd; -padding: 0.7em; + border-bottom:1px solid #ddd; + padding: 0.7em; +} +.gs-webResult div.gs-visibleUrl-short { + display:none; +} +.gs-webResult div.gs-visibleUrl-long { + display:block; } .gs-result:hover { background:#FFFEF0; @@ -50,3 +56,4 @@ padding: 0.7em; .gs-watermark { display: none; } +