tidy css a little

This commit is contained in:
Nils Schneider 2015-03-22 23:54:35 +01:00
parent 95f77cc677
commit 1b0884e7bc
1 changed files with 8 additions and 8 deletions

View File

@ -165,27 +165,27 @@
box-sizing: border-box;
}
#sidebardata .icon {
padding: 0 0.25em;
}
#sidebardata, #map {
height: 100vh;
}
#sidebardata table {
#sidebar .icon {
padding: 0 0.25em;
}
#sidebar table {
width: 100%;
}
#sidebardata table th {
#sidebar table th {
text-align: left;
}
#sidebardata td:not(:first-child), #sidebardata th:not(:first-child) {
#sidebar td:not(:first-child), #sidebar th:not(:first-child) {
text-align: right;
}
#sidebardata a {
#sidebar a {
color: #1566A9;
}