Browse Source

Style change on dashboard link

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

2
templates/page.html

@ -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>

Loading…
Cancel
Save