- commit
- 20976f353c32288f52a361876b42f26cd353e295
- parent
- 94d627806b312f2dba1e2261484c37fa7f728b6a
- Author
- Tobias Bengfort <tobias.bengfort@gmx.net>
- Date
- 2016-09-09 15:05
use semantic markup
Diffstat
| M | static/scss/layout.scss | 2 | +- |
| M | static/src/voterunner.js | 4 | ++-- |
2 files changed, 3 insertions, 3 deletions
diff --git a/static/scss/layout.scss b/static/scss/layout.scss
@@ -22,7 +22,7 @@ body {
22 22 }
23 23 }
24 24
25 -1 header {
-1 25 body > header {
26 26 background: $h1;
27 27 text-align: center;
28 28 border-radius: 0 0 0.4em 0.4em;
diff --git a/static/src/voterunner.js b/static/src/voterunner.js
@@ -95,8 +95,8 @@ var tplNode = function(nodes, node, ID) {
95 95 return h('li.node#node' + node.id, {
96 96 className: classList.join(' '),
97 97 }, [
98 -1 h('div.body', [
99 -1 h('div.header', [
-1 98 h('article.body', [
-1 99 h('header.header', [
100 100 h('button.expand', {
101 101 title: _('expand'),
102 102 }),