Commit 4bbc9ec4 authored by Michal Čihař's avatar Michal Čihař

Style for header

parent 4d5105b2
......@@ -26,7 +26,7 @@
</head>
<body>
<h1>{% include "title.html" %}</h1>
<h1 class="ui-state-default">{% include "title.html" %}</h1>
<ul class="menu">
{% if user.is_authenticated %}
......@@ -55,8 +55,10 @@
{% endfor %}
{% endif %}
<div class="content">
{% block content %}
{% endblock %}
</div>
<ul class="footer">
<li>{% blocktrans %}Powered by <a href="http://weblate.org">Weblate {{ version }}</a>{% endblocktrans %}</li>
</ul>
......
body {
color:black;
background:white;
padding:0;
margin:0;
}
div.content {
margin: 0.5em;
}
td.right {
text-align: right;
}
......@@ -22,3 +31,7 @@ table.translator th.source {
width: 30em;
max-width: 50%;
}
h1 {
padding: 0.5em;
margin: 0;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment