Browse Source

Do colon in markup not styles

pm2
Luke Childs 8 years ago
parent
commit
64f0acf862
  1. 3
      assets/style.css
  2. 2
      views/node.html

3
assets/style.css

@ -156,9 +156,6 @@ td:first-child {
.status h3 {
display: inline;
}
.status h3:after {
content: ':';
}
dl {
padding: 1em;

2
views/node.html

@ -10,7 +10,7 @@
<h2 class="node-title">{{ node.type | title }}: {{ node | name }}</h2>
<section class="status">
<h3>Status</h3>
<h3>Status:</h3>
{{ node | status }}
</section>
</div>

Loading…
Cancel
Save