Skip to content

Instantly share code, notes, and snippets.

@makbeta
Created November 30, 2012 02:29
Show Gist options
  • Save makbeta/4173407 to your computer and use it in GitHub Desktop.
Save makbeta/4173407 to your computer and use it in GitHub Desktop.
Luminate CMS: CSS for search results
.searchDisplayResults {
margin: 1em 0 0;
}
.searchTitle {
padding: .75em 0 0;
margin: 0;
}
.searchTitle a {font-weight: bold; }
.searchTimeStamp {
font-size: .87em;
color: #555;
margin: 0;
}
.searchDescription {
margin: 0;
}
.searchTeaser {
margin: 0;
}
.searchNavigation {
margin: 1.5em 0;
}
.searchNavigation a {
background: #f3f3f3;
border: 1px solid #ccc;
padding: 2px 7px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment