13 lines
166 B
CSS
13 lines
166 B
CSS
|
.citylist{
|
||
|
height: 100%;
|
||
|
padding-top: 45px;
|
||
|
}
|
||
|
.citylist-navbar {
|
||
|
background: #f6f5f6;
|
||
|
margin-top: -45px;
|
||
|
}
|
||
|
ul{
|
||
|
list-style: none;
|
||
|
margin: 0;
|
||
|
}
|