Skip to content
Snippets Groups Projects
Commit 8b8acaeb authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

Display the full URL of the results rather than the domain only

parent 35c32fe6
Branches
No related tags found
No related merge requests found
......@@ -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;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment