}
.search_results_entry {
- margin-bottom: 0;
+ .search_searching {
+ text-align: center;
+ margin: $lineheight auto;
+ width: $lineheight;
+ display: block;
+ }
+
+ ul li {
+ border-bottom: 1px solid #ccc;
+ }
.search_details {
display: block;
}
}
-.search_results_entry .search_searching {
- text-align: center;
- margin: $lineheight auto;
- width: $lineheight;
- display: block;
-}
-
-ul.results-list li { border-bottom: 1px solid #ccc; }
-
.search_results_error {
color: #f00;
}
float: right;
}
-/* Rules for the changeset list shown by the history tab etc */
+/* Rules for the changeset list shown by the history tab */
+
+#sidebar .changesets {
+ li {
+ padding: $lineheight;
+ border-bottom: $keyline;
+ }
+ p {
+ padding: 0;
+ }
+}
/* Rules for the data browser */