Better spaced changeset lists

This commit is contained in:
Aaron Lidman 2013-11-18 16:02:48 -08:00
parent 6c64a74a46
commit df32eee833

View file

@ -996,7 +996,7 @@ header .search_form {
#sidebar .changesets {
li {
padding: 10px 20px;
padding: 15px 20px;
border-bottom: 1px solid #ddd;
cursor: pointer;
@ -1005,7 +1005,7 @@ header .search_form {
}
h4 {
margin-top: 0;
margin: 0;
a {
color: #000;
}