From f86be2ce80f429d07e2b103653ceab381fb3f797 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Thu, 8 Sep 2016 12:44:32 +0100 Subject: [PATCH] Clear float on node title/status --- assets/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/assets/style.css b/assets/style.css index a3d27bc..7083b29 100644 --- a/assets/style.css +++ b/assets/style.css @@ -340,6 +340,12 @@ footer { padding: 0.1em 0.2em; } + /* Clear float on node title/status */ + .node-title, + .status { + float: none; + } + /* Hide tor icon on node page */ .overview .icon-tor { display: none;