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; -moz-columns: 2;
columns: 2; columns: 2;
} }
.meta, .columns > * {
.config {
overflow: hidden; overflow: hidden;
-webkit-column-break-inside: avoid; -webkit-column-break-inside: avoid;
break-inside: avoid; break-inside: avoid;

4
views/node.html

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

Loading…
Cancel
Save