Browse Source

More generic column item selector

pm2
Luke Childs 9 years ago
parent
commit
d60fba891a
  1. 3
      assets/style.css
  2. 4
      views/node.html

3
assets/style.css

@ -233,8 +233,7 @@ pre {
-moz-columns: 2;
columns: 2;
}
.meta,
.config {
.columns > * {
overflow: hidden;
-webkit-column-break-inside: avoid;
break-inside: avoid;

4
views/node.html

@ -69,7 +69,7 @@
node.transports.length or
node.exit_policy.length
%}
<section class="config">
<section>
<h3>Config</h3>
<dl>
{% if node.type %}
@ -116,7 +116,7 @@
node.as_name or
node.consensus_weight
%}
<section class="meta">
<section>
<h3>Meta</h3>
<dl>
{% if node.host_name %}

Loading…
Cancel
Save