mirror of
https://github.com/Hopiu/postal.js.git
synced 2026-03-18 06:50:26 +00:00
11 lines
204 B
CSS
11 lines
204 B
CSS
|
|
div {
|
||
|
|
font-family: Tahoma, Arial;
|
||
|
|
font-size: 10pt;
|
||
|
|
}
|
||
|
|
|
||
|
|
.results {
|
||
|
|
margin-bottom:20px;
|
||
|
|
padding: 10px;
|
||
|
|
border-top: 1pt solid lightsteelblue;
|
||
|
|
border-bottom: 1pt solid lightsteelblue;
|
||
|
|
}
|