isearch/commit

Styling

authorJan Wielemaker
Tue Nov 30 15:25:36 2010 +0100
committerJan Wielemaker
Tue Nov 30 15:25:36 2010 +0100
commit4859dc385b11e7b9fe54f19f0fe593eb6924a9d4
tree52a05d526f988aa01cc194cd0c34f003912d66eb
parent7197807bd007e2a4717e97a9c4eae5dffb2c66a9
Diff style: patch stat
diff --git a/web/css/interactive_search.css b/web/css/interactive_search.css
index 95c06b1..5bcfaac 100644
--- a/web/css/interactive_search.css
+++ b/web/css/interactive_search.css
@@ -5,7 +5,7 @@ body {
 a,
 a:visited {
 	color: #0000EE;
-} 
+}
 a img {
 	border: none;
 }
@@ -174,11 +174,15 @@ ul.resource-list li {
 	padding: 0;
 	margin-bottom: 14px;
 }
+#results li.r:nth-child(even) {
+	background-color: #eee;
+}
 .result-item {
 	clear: both;
 	overflow: auto;
 }
 .result-item .title {
+	font-weight: bold;
 	overflow: auto;
 	margin-bottom: 3px;
 }
@@ -193,10 +197,10 @@ ul.resource-list li {
 	width: 100%;
 }
 .result-item .subtitle {
-
+	font-style: italic;
 }
 .result-item .description {
 	font-size: small;
 }
 .result-item .text {
-}
\ No newline at end of file
+}