|
@@ -79,7 +79,6 @@ a { text-decoration: none; color: #1a11be; }
|
79
|
79
|
a:visited { color: #7b11be; }
|
80
|
80
|
|
81
|
81
|
.result { margin: 19px 0 18px 0; padding: 0; max-width: 55em; clear: both; }
|
82
|
|
-.result:hover { background: #e8e7e6; }
|
83
|
82
|
.result_title { margin-bottom: 0; }
|
84
|
83
|
.result h3 { font-size: 1em; word-wrap:break-word; margin: 5px 0 1px 0; padding: 0 }
|
85
|
84
|
.result .content { font-size: 0.8em; margin: 0; padding: 0; max-width: 54em; word-wrap:break-word; line-height: 1.24; }
|
|
@@ -201,3 +200,5 @@ tr:hover td { background: #DDDDDD; }
|
201
|
200
|
|
202
|
201
|
.result img { max-width: 90%; width: auto; height: auto }
|
203
|
202
|
}
|
|
203
|
+
|
|
204
|
+.favicon { float: left; margin-right: 4px; }
|