#811898 by Jeff Burnz, canaryMason: Improve look of Bartik's search result page.
parent
ce88876679
commit
ee7495b7c0
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue