summaryrefslogtreecommitdiffstats
path: root/search/css/search.css
blob: df0712be03fdfd799f804c226363fef210d7eca1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#searchresults{
	margin: 2em;
	list-style:none;
	border: solid 1px #CCC;
}

#searchresults li.resultHeader{
	font-size:1.2em;
	font-weight:bold;
	border-bottom: solid 1px #CCC;
	padding:0.2em;
	background-color:#eee;
}

#searchresults li.result{
	margin-left:2em;
}