Browse Source

[mod] clearing .result class

asciimoo 11 years ago
parent
commit
e14a2c8ad5
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      searx/static/css/style.css

+ 1
- 1
searx/static/css/style.css View File

@@ -68,7 +68,7 @@ input[type="checkbox"] { visibility: hidden; }
68 68
 a { text-decoration: none; color: #1a11be; }
69 69
 a:visited { color: #7b11be; }
70 70
 
71
-.result { margin: 19px 0 18px 0; padding: 0; max-width: 55em; }
71
+.result { margin: 19px 0 18px 0; padding: 0; max-width: 55em;  clear: both; }
72 72
 .result_title { margin-bottom: 0; }
73 73
 .result h3 { font-size: 1em; word-wrap:break-word; margin: 5px 0 1px 0; padding: 0 }
74 74
 .result .content { font-size: 0.8em; margin: 0; padding: 0; max-width: 54em; word-wrap:break-word; line-height: 1.24; }