tidy css a little
This commit is contained in:
parent
95f77cc677
commit
1b0884e7bc
16
history.html
16
history.html
|
@ -165,27 +165,27 @@
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebardata .icon {
|
|
||||||
padding: 0 0.25em;
|
|
||||||
}
|
|
||||||
|
|
||||||
#sidebardata, #map {
|
#sidebardata, #map {
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebardata table {
|
#sidebar .icon {
|
||||||
|
padding: 0 0.25em;
|
||||||
|
}
|
||||||
|
|
||||||
|
#sidebar table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebardata table th {
|
#sidebar table th {
|
||||||
text-align: left;
|
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;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebardata a {
|
#sidebar a {
|
||||||
color: #1566A9;
|
color: #1566A9;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue