forked from friendica/friendica-addons
12 lines
165 B
CSS
12 lines
165 B
CSS
#curweather-network img {
|
|
float: left;
|
|
margin: 30px 10px;
|
|
}
|
|
ul.curweather-details li {
|
|
list-type: none;
|
|
}
|
|
p.curweather-footer {
|
|
font-size: 0.8em;
|
|
}
|
|
|