Files
Nominatim/website/css/details.css
2016-01-19 12:29:07 +01:00

42 lines
431 B
CSS

h1 {
margin: 30px 0;
}
h2 {
font-size: 2em;
margin-top: 4em;
}
h3 {
font-size: 1.5em;
}
.table {
width: 100%;
}
.name{
font-weight: bold;
}
.notused{
color:#ddd;
}
.noname{
color:#800;
}
#map {
width:100%;
height:500px;
border: 1px solid #666;
}
#mapicon {
margin: 30px 0;
}
footer {
text-align: center;
padding: 2em 0;
font-size: 0.8em;
clear: both;
color: #333;
}
footer p {
margin: 1em;
}