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
......@@ -38,6 +38,12 @@ background:#FAFAFA;
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;
border-bottom:1px solid #d3d3d3;
......@@ -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