From 1b0884e7bcb77fd929adf1754f8b3969bf40d96b Mon Sep 17 00:00:00 2001 From: Nils Schneider Date: Sun, 22 Mar 2015 23:54:35 +0100 Subject: [PATCH] tidy css a little --- history.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/history.html b/history.html index b400dce..5aecc06 100644 --- a/history.html +++ b/history.html @@ -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; }