From 112438224e55e3625d75cfa2584aa564b86caa19 Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 29 Dec 2016 18:31:49 +0900 Subject: [PATCH] :art: --- src/web/about/resources/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/web/about/resources/style.css b/src/web/about/resources/style.css index 9a27395a02..18a7e2d786 100644 --- a/src/web/about/resources/style.css +++ b/src/web/about/resources/style.css @@ -132,6 +132,10 @@ p.tip { font-size: 14px; } +hr { + margin: 1em 0; +} + table { width: 100%; border-spacing: 0;