Style change on dashboard link

This commit is contained in:
Savetheinternet 2010-12-10 20:49:28 +11:00
parent 04a812c5ff
commit 12848daf0c

View File

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