Make info.xml valid
[grauphel.git] / grauphel.css
index 14eafb0d57e3917d9a52f972b96f21848a379687..20c0ead087da94a45e2d44dd5ce47c34213c033a 100644 (file)
@@ -132,7 +132,7 @@ table.table thead th {
     vertical-align: middle;
 }
 
-table.table th, table.table td {
+table.table th, table.table td, #searchresults td {
     border-bottom:1px solid #ddd;
     text-align:left;
     font-weight:normal;
@@ -194,4 +194,10 @@ table.table form button.action {
 }
 .note-content a {
     text-decoration: underline;
+}
+
+#searchresults {
+    margin-top: 0px;
+    min-height: 100%;
+    margin-bottom: 50px;
 }
\ No newline at end of file