#811898 by Jeff Burnz, canaryMason: Improve look of Bartik's search result page.

merge-requests/26/head
Angie Byron 2010-11-15 09:10:46 +00:00
parent ce88876679
commit ee7495b7c0
1 changed files with 18 additions and 0 deletions

View File

@ -1286,6 +1286,24 @@ div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane {
display: block;
}
/* --------------- Search Results ---------------- */
ol.search-results {
padding-left: 0;
}
.search-results li {
border-bottom: 1px solid #d3d7d9;
padding-bottom: 0.4285em;
margin-bottom: 0.5em;
}
.search-results li:last-child {
border-bottom: none;
padding-bottom: none;
margin-bottom: 1em;
}
.search-results .search-snippet-info {
padding-left: 0;
}
/* -------------- Shortcut Links -------------- */
.shortcut-wrapper {