diff --git a/app/static/css/screen-dark.css b/app/static/css/screen-dark.css index 5aa8c92..5bf8d83 100644 --- a/app/static/css/screen-dark.css +++ b/app/static/css/screen-dark.css @@ -41,6 +41,15 @@ h2 { font-size: 1.2em; } content: "]]" } +.node { +} + +.node-header { + text-align: left; + margin-bottom: 1em; + margin-left: 0.2em; +} + .subnode { font-family: sans-serif; background: #1f1f1f; @@ -55,7 +64,6 @@ h2 { font-size: 1.2em; } .subnode-header { font-style: italic; - text-align: center; margin-bottom: 1em; } @@ -72,7 +80,6 @@ h2 { font-size: 1.2em; } .backlinks-header { font-style: italic; - text-align: center; margin-bottom: 1em; } diff --git a/app/templates/node_rendered.html b/app/templates/node_rendered.html index 6931d57..e0bf239 100644 --- a/app/templates/node_rendered.html +++ b/app/templates/node_rendered.html @@ -24,12 +24,16 @@ If you contributed a subnode named '{ Go back to /nodes? {% endif %} +
+Node [[{{wikilink}}]] + {% for subnode in subnodes %}
- Subnode {{subnode.uri}} by @{{subnode.user}} + Subnode {{subnode.uri}} by @{{subnode.user}} {{ subnode.content|markdown|linkify|safe }}
{% endfor %} +