From 8b8acaeb235b3d8c5e603bfb43c75e1c84b08052 Mon Sep 17 00:00:00 2001
From: Eric Rasmussen <erasmussen2@unl.edu>
Date: Tue, 30 Nov 2010 19:10:54 +0000
Subject: [PATCH] Display the full URL of the results rather than the domain
 only

---
 www/searchCSS.css | 21 ++++++++++++++-------
 1 file changed, 14 insertions(+), 7 deletions(-)

diff --git a/www/searchCSS.css b/www/searchCSS.css
index 878cf81..4ac7a30 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;
 }
+
-- 
GitLab