Adjust header on screen (-30px); copyright to 2012; margin of header to left
svn: r19554
This commit is contained in:
parent
00213b2203
commit
f3c99d6337
@ -19,8 +19,8 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
</head>
|
</head>
|
||||||
<body onload="if (document.getElementById('get_focus')) {document.getElementById('get_focus').focus();}">
|
<body onload="if (document.getElementById('get_focus')) {document.getElementById('get_focus').focus();}">
|
||||||
<div id="header">
|
<div id="header" style="padding-top: 1em; background-position:0px -32px;">
|
||||||
<h1 id="SiteTitle">{% block heading %}Gramps-Connect{% endblock %}</h1>
|
<h1 id="SiteTitle" style="margin-left: 0em;">{% block heading %}Gramps-Connect{% endblock %}</h1>
|
||||||
</div>
|
</div>
|
||||||
<div class="wrapper" role="navigation" id="nav">
|
<div class="wrapper" role="navigation" id="nav">
|
||||||
{% block navigation %}
|
{% block navigation %}
|
||||||
@ -83,7 +83,7 @@
|
|||||||
<p id="createdate">
|
<p id="createdate">
|
||||||
Gramps Connect, version {{gramps_version}}.
|
Gramps Connect, version {{gramps_version}}.
|
||||||
</p>
|
</p>
|
||||||
<p id="copyright">© 2009-2011 <a href="http://www.gramps-project.org/">www.gramps-project.org</a>
|
<p id="copyright">© 2009-2012 <a href="http://www.gramps-project.org/">www.gramps-project.org</a>
|
||||||
</p>
|
</p>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user