Tweak default styles for home page
This commit is contained in:
parent
590444b273
commit
2772057381
|
@ -3,7 +3,19 @@
|
|||
|
||||
<%def name="title()">Home</%def>
|
||||
|
||||
<div style="text-align: center;">
|
||||
<%def name="head_tags()">
|
||||
${parent.head_tags()}
|
||||
<style type="text/css">
|
||||
.logo {
|
||||
text-align: center;
|
||||
}
|
||||
.logo img {
|
||||
margin: 3em auto;
|
||||
}
|
||||
</style>
|
||||
</%def>
|
||||
|
||||
<div class="logo">
|
||||
${h.image(request.static_url('tailbone:static/img/home_logo.png'), "Rattail Logo")}
|
||||
<h1>Welcome to Tailbone</h1>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue