« get me outta code hell

search.css - precanon - Homestuck^2: Preceeding Canon - (re)presentation of HS2 stylized upon Prequel
summary refs log tree commit diff
path: root/search.css
blob: 78c33c9eaaf820d4d0c4ad4088a69c38a52547ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.results {
    visibility: hidden;
    margin: 1em 30px;
}

.results-list {
    margin-top: 1em;
}

.results-list > div {
    padding: 3px;
}

.results-list > div:nth-child(odd) {
    background-color: #ffffff;
}

.results-list > div > * {
    margin: 0;
}