mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-23 21:54:10 +03:00
a692bfa8f9
Also makes tables a bit more readable by adding margins and better headers.
16 lines
150 B
CSS
16 lines
150 B
CSS
.toctree-l3 {
|
|
display: none!important
|
|
}
|
|
|
|
table {
|
|
margin-bottom: 12pt
|
|
}
|
|
|
|
th, td {
|
|
padding: 1pt 12pt;
|
|
}
|
|
|
|
th {
|
|
background-color: #eee;
|
|
}
|