Blame Extras/Trac/htdocs/css/search.css

4c79b5
/* Search */
4c79b5
4c79b5
#content form { 
4c79b5
	margin: 1em 0 0; 
4c79b5
	}
4c79b5
4c79b5
#content form p { 
4c79b5
	margin: .5em 0; 
4c79b5
	}
4c79b5
4c79b5
#content hr { 
4c79b5
	clear: left; 
4c79b5
	margin-bottom: 0; 
4c79b5
	}
4c79b5
4c79b5
#notfound {
4c79b5
	margin: 2em; 
4c79b5
	font-size: 110%;
4c79b5
	}
4c79b5
4c79b5
#results {
4c79b5
	margin-right: 3em; 
4c79b5
	}
4c79b5
4c79b5
#results dt {
4c79b5
	margin: 1.5em 0 0; 
4c79b5
	}
4c79b5
4c79b5
#results dt a {
4c79b5
	color: #33c;
4c79b5
	}
4c79b5
4c79b5
#results dd {
4c79b5
	font-size: 80%;
4c79b5
	margin: 0;
4c79b5
	padding: 0;
4c79b5
	}
4c79b5
4c79b5
#results .author, 
4c79b5
#results .date, 
4c79b5
#results .keywords { 
4c79b5
	color: #090; 
4c79b5
	}
4c79b5
4c79b5
#quickjump { 
4c79b5
	font-style: italic; 
4c79b5
	font-weight: bold; 
4c79b5
	}
4c79b5
4c79b5
#paging { 
4c79b5
	margin: 0 0 2em; 
4c79b5
	text-align: center; 
4c79b5
	}