Browse Source

Style change on dashboard link

pull/40/head
Savetheinternet 13 years ago
parent
commit
12848daf0c
  1. 2
      templates/page.html

2
templates/page.html

@ -9,7 +9,7 @@
<body>
<h1>{title}</h1>
<div class="title">{subtitle?{subtitle}}</div>
{mod?<a href="?/">Return to dashboard</a>}
{mod?<a href="?/" style="text-align:center;display:block;">Return to dashboard</a>}
{body}
<hr/>
<p class="unimportant" style="text-align:center;">Copyright &copy; 2010 <a href="http://omegadev.org/">OmegaSDG</a></p>

Loading…
Cancel
Save