From 7cd7f01db9fef381cab10cde839549d84cf84b4a Mon Sep 17 00:00:00 2001
From: str4d <str4d@mail.i2p>
Date: Sun, 2 Jul 2017 03:07:54 +0000
Subject: [PATCH] Console light theme: prevent identicon breaking out of its
 container

---
 installer/resources/themes/console/light/console.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css
index dbb26e42ec..9847009d65 100644
--- a/installer/resources/themes/console/light/console.css
+++ b/installer/resources/themes/console/light/console.css
@@ -5387,6 +5387,10 @@ table#jardump {
      border-left: 1px solid #7778bf;
 }
 
+.threatpoints + ul + a[name] + .sybil_routerinfo th img {
+     margin-top: 1px;
+}
+
 .main#tunnels th, .main#peers th, #ntcpconnections td, #udpconnections td {
      text-align: center;
 }
-- 
GitLab