OILS
/
web
/ search.css
View on Github
|
oils.pub
15 lines, 12 significant
1
#search > ul {
2
margin-top: 8px;
3
width: 100%;
4
}
5
6
#search input {
7
padding-right: 4px;
8
width: 100%;
9
border: 1px solid #EEE;
10
11
padding: 4px 8px;
12
13
background-color: #EEE;
14
color: #444;
15
}