|
@@ -64,7 +64,7 @@ input[type="checkbox"] { visibility: hidden; }
|
64
|
64
|
a { text-decoration: none; }
|
65
|
65
|
|
66
|
66
|
|
67
|
|
-.result { margin-bottom: 16px; }
|
|
67
|
+.result { margin-bottom: 16px; clear: both; }
|
68
|
68
|
.result_title { margin-bottom: 0; }
|
69
|
69
|
.result p { margin-top: 0; padding-top: 0; font-size: 0.8em; max-width: 50em; }
|
70
|
70
|
.result h3 { font-size: 0.9em;}
|
|
@@ -76,8 +76,13 @@ a { text-decoration: none; }
|
76
|
76
|
|
77
|
77
|
.engines { color: #888888; }
|
78
|
78
|
|
|
79
|
+.small_font { font-size: 0.8em; }
|
|
80
|
+
|
79
|
81
|
.small p { margin: 2px 0; }
|
80
|
82
|
|
81
|
83
|
.right { float: right; }
|
82
|
84
|
|
83
|
85
|
.invisible { display: none; }
|
|
86
|
+
|
|
87
|
+.image_result { float: left; max-width: 250px; margin: 10px; height: 350px; min-width: 250px; }
|
|
88
|
+.image_result img { max-width: 240px; max-height: 320px; border: 2px solid #000000; }
|