Fix #1 : Better CSS

This commit is contained in:
Alexis Hassler
2019-05-04 18:37:29 +02:00
parent 460d7e3ef4
commit be7a29f8ae
17 changed files with 310 additions and 669 deletions

View File

@@ -3,30 +3,17 @@
{% include head.html %}
</head>
<body class="mediawiki skin-monobook action-view">
<div id="globalWrapper">
<div id="column-content">
<div id="content" class="wiki-body" role="main">
<h1 id="firstHeading" class="firstHeading">
<span dir="auto">{{ page.title }}</span>
</h1>
<div id="bodyContent" class="wiki-body-content">
<div id="mw-content-text" dir="ltr">
{{ content | inject_anchors }}
</div>
</div>
</div>
</div>
<div id="column-one">
{% include logo.html %}
{% include user.html %}
{% include toc.html %}
{% include links.html %}
{% include tags.html %}
</div>
<body>
<div id="main">
<h1 id="title">{{ page.title }}</h1>
<div id="content">{{ content | inject_anchors }}</div>
</div>
<div id="menu">
{% include logo.html %}
{% include user.html %}
{% include toc.html %}
{% include links.html %}
{% include tags.html %}
</div>
{% include footer.html %}